Fix: Keep status filter when using pager

"search_status" was correctly set before and overwritten/cleared in this line.
This commit is contained in:
Rüdiger Hahn 2020-11-04 18:54:48 +01:00 committed by GitHub
parent 79a56571f1
commit f173c0f82a
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');