Skip to content
Snippets Groups Projects
Commit 6b6261a8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Use last name and not name.

parent 4a96fd0d
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ foreach($fulltree as $key => $val)
$userstatic->id=$val['id'];
$userstatic->ref=$val['label'];
$userstatic->firstname=$val['firstname'];
$userstatic->lastname=$val['name'];
$userstatic->lastname=$val['lastname'];
$userstatic->statut=$val['statut'];
$li=$userstatic->getNomUrl(1,'').' ('.$val['login'].(empty($conf->multicompany->enabled)?'':' - '.$langs->trans("Instance").' '.$val['entity']).')';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment