PDF pour CERFA

This commit is contained in:
Noizette 2021-11-24 23:44:46 +01:00
parent b4629a5ed9
commit 2e6ba2f866
9 changed files with 149 additions and 82 deletions

View file

@ -13,6 +13,7 @@ use Garradin\Plugin\Facturation\Client;
$client = new Client;
$facture = new Facture;
$tpl->assign('www_url', WWW_URL);
$tpl->assign('f_obj', $facture);
$tpl->assign('plugin_url', Utils::plugin_url());