Fix bad order for firstname, lasname
This commit is contained in:
parent
1af2459d90
commit
0e1cf72c43
@ -1795,7 +1795,7 @@ class User extends CommonObject
|
|||||||
$result.=($lien.img_object($langs->trans("ShowUser"),'user').$lienfin);
|
$result.=($lien.img_object($langs->trans("ShowUser"),'user').$lienfin);
|
||||||
if ($withpicto != 2) $result.=' ';
|
if ($withpicto != 2) $result.=' ';
|
||||||
}
|
}
|
||||||
$result.=$lien.$this->getFullName($langs,'','',24).$lienfin;
|
$result.=$lien.$this->getFullName($langs,'',-1,24).$lienfin;
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user