Order members alphabetically by the fields defining the name

This commit is contained in:
Jean-Christophe Engel 2023-11-23 14:17:05 +01:00
parent cff7b57a41
commit d258b21267
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ $tpl->assign('www_url', \Paheko\WWW_URL);
$tpl->assign('f_obj', $facture);
$identite = implode( '', \Paheko\Users\DynamicFields::getNameFields());
$identite = implode(',', \Paheko\Users\DynamicFields::getNameFields());
$tpl->register_function('money_fac', function (array $params)
{