Merge pull request #15298 from code-chicken/patch-11

Fix: Keep status filter when using pager
This commit is contained in:
Laurent Destailleur 2020-11-04 20:32:21 +01:00 committed by GitHub
commit 7f011718f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ $search_btn = GETPOST('button_search', 'alpha');
$search_remove_btn = GETPOST('button_removefilter', 'alpha');
$status = GETPOST('statut', 'alpha');
$search_status = GETPOST('search_status');
// Security check
$orderid = GETPOST('orderid', 'int');