From 38c8b79c5485ecff93e1301d88e2bafcf4e8cf4f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 19 Dec 2019 10:03:10 +0100 Subject: [PATCH] Fix clear search field --- htdocs/salaries/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/salaries/list.php b/htdocs/salaries/list.php index 50bb56bbd28..ba833d79d48 100644 --- a/htdocs/salaries/list.php +++ b/htdocs/salaries/list.php @@ -80,6 +80,7 @@ else if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) // All test are required to be compatible with all browsers { $search_ref = ""; + $search_user = ""; $search_label = ""; $search_amount = ""; $search_account = '';