Merge pull request #17809 from atm-gauthier/fix_status_holiday_list
FIX : field name is search_status and not search_statut
This commit is contained in:
commit
5e0eef68d0
@ -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_statut', 'int');
|
||||
$search_status = GETPOST('search_status', 'int');
|
||||
$search_type = GETPOST('search_type', 'int');
|
||||
|
||||
// Initialize technical objects
|
||||
|
||||
Loading…
Reference in New Issue
Block a user