Skip to content

Commit

Permalink
Fix: Use last name and not name.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 30, 2014
1 parent 4a96fd0 commit 6b6261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/user/hierarchy.php
Expand Up @@ -76,7 +76,7 @@
$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']).')';

Expand Down

0 comments on commit 6b6261a

Please sign in to comment.