Fix: Keep status filter when using pager
"search_status" was correctly set before and overwritten/cleared in this line.
This commit is contained in:
parent
79a56571f1
commit
f173c0f82a
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user