Fix translations on expensereport list

This commit is contained in:
Maxime Kohlhaas 2021-05-16 10:49:00 +02:00
parent a9ddf2a5ad
commit 3859e7f00e

View File

@ -138,8 +138,8 @@ $search_array_options = $extrafields->getOptionalsFromPost($object->table_elemen
$fieldstosearchall = array( $fieldstosearchall = array(
'd.ref'=>'Ref', 'd.ref'=>'Ref',
'd.note_public'=>"NotePublic", 'd.note_public'=>"NotePublic",
'u.lastname'=>'Lastname', 'u.lastname'=>'EmployeeLastname',
'u.firstname'=>"Firstname", 'u.firstname'=>"EmployeeFirstname",
'u.login'=>"Login", 'u.login'=>"Login",
); );
if (empty($user->socid)) { if (empty($user->socid)) {