FIX Search on leave request ref
This commit is contained in:
parent
83cc9ea643
commit
a3a326b25e
@ -116,6 +116,7 @@ $search_type = GETPOST('search_type', 'int');
|
|||||||
|
|
||||||
// List of fields to search into when doing a "search in all"
|
// List of fields to search into when doing a "search in all"
|
||||||
$fieldstosearchall = array(
|
$fieldstosearchall = array(
|
||||||
|
'cp.ref'=>'Ref',
|
||||||
'cp.description'=>'Description',
|
'cp.description'=>'Description',
|
||||||
'uu.lastname'=>'EmployeeLastname',
|
'uu.lastname'=>'EmployeeLastname',
|
||||||
'uu.firstname'=>'EmployeeFirstname'
|
'uu.firstname'=>'EmployeeFirstname'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user