Merge pull request #16212 from Hystepik/develop#3

Fix search by statut in list of holiday module
This commit is contained in:
Laurent Destailleur 2021-02-08 15:03:31 +01:00 committed by GitHub
commit 7acbaad8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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