Fix: use dolGetFirstLastname
This commit is contained in:
parent
7b0e0858ca
commit
0486a18972
@ -187,7 +187,7 @@ if ($result) {
|
|||||||
|
|
||||||
$tabuser[$obj->rowid] = array (
|
$tabuser[$obj->rowid] = array (
|
||||||
'id' => $obj->userid,
|
'id' => $obj->userid,
|
||||||
'name' => $obj->firstname.' '.$obj->lastname,
|
'name' => dolGetFirstLastname($obj->firstname, $obj->lastname),
|
||||||
'lastname' => $obj->lastname,
|
'lastname' => $obj->lastname,
|
||||||
'firstname' => $obj->firstname,
|
'firstname' => $obj->firstname,
|
||||||
'accountancy_code' => $compta_user,
|
'accountancy_code' => $compta_user,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user