Fix translations on expensereport list
This commit is contained in:
parent
a9ddf2a5ad
commit
3859e7f00e
@ -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)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user