Migrate to Paheko 1.3

This commit is contained in:
Noizette 2023-08-01 22:56:38 +02:00
parent 161659acfb
commit 235f8ceeed
31 changed files with 95 additions and 94 deletions

View file

@ -25,11 +25,11 @@ const PATTERNS_LIST = [
$client = new Client;
$facture = new Facture;
$tpl->assign('www_url', \Garradin\WWW_URL);
$tpl->assign('www_url', \Paheko\WWW_URL);
$tpl->assign('f_obj', $facture);
$tpl->assign('plugin_url', Utils::plugin_url());
$identite = (string) Config::getInstance()->get('champ_identite');
$identite = implode( '', \Paheko\Users\DynamicFields::getNameFields());
$tpl->register_function('money_fac', function (array $params)
{