From f173c0f82ad965bb4474eddae465cbf6e69c5dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Hahn?= Date: Wed, 4 Nov 2020 18:54:48 +0100 Subject: [PATCH] Fix: Keep status filter when using pager "search_status" was correctly set before and overwritten/cleared in this line. --- htdocs/fourn/commande/list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php index 830d391ad9c..e62e2399901 100644 --- a/htdocs/fourn/commande/list.php +++ b/htdocs/fourn/commande/list.php @@ -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');