Order members alphabetically by the fields defining the name
This commit is contained in:
parent
cff7b57a41
commit
d258b21267
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue