FIX Search on leave request ref

This commit is contained in:
Laurent Destailleur 2019-11-01 20:52:11 +01:00
parent 83cc9ea643
commit a3a326b25e

View File

@ -116,6 +116,7 @@ $search_type = GETPOST('search_type', 'int');
// List of fields to search into when doing a "search in all"
$fieldstosearchall = array(
'cp.ref'=>'Ref',
'cp.description'=>'Description',
'uu.lastname'=>'EmployeeLastname',
'uu.firstname'=>'EmployeeFirstname'