Fix search by statut in list of holiday module
This commit is contained in:
parent
fc30b91960
commit
13b83e3150
@ -106,7 +106,7 @@ $search_month_end = GETPOST('search_month_end', 'int');
|
||||
$search_year_end = GETPOST('search_year_end', 'int');
|
||||
$search_employee = GETPOST('search_employee', 'int');
|
||||
$search_valideur = GETPOST('search_valideur', 'int');
|
||||
$search_status = GETPOST('search_status', 'int');
|
||||
$search_status = GETPOST('search_statut', 'int');
|
||||
$search_type = GETPOST('search_type', 'int');
|
||||
|
||||
// Initialize technical objects
|
||||
|
||||
Loading…
Reference in New Issue
Block a user