From 68ccb33def0b854bfea8e151466bb030b5ed86bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= <frederic.france@free.fr>
Date: Sun, 23 Nov 2014 09:49:30 +0100
Subject: [PATCH] Update /compta/deplacement/list.php

---
 htdocs/compta/deplacement/list.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/compta/deplacement/list.php b/htdocs/compta/deplacement/list.php
index 42a6713c1ce..e34e7c2b3a6 100644
--- a/htdocs/compta/deplacement/list.php
+++ b/htdocs/compta/deplacement/list.php
@@ -57,7 +57,7 @@ $limit = $conf->liste_limit;
 $year=GETPOST("year");
 $month=GETPOST("month");
 
-if (GETPOST("button_removefilter"))
+if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
 {
 	$search_ref="";
 	$search_name="";
-- 
GitLab