From 37eef59b5083016af34a708052b55aa302d7663d 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:50:19 +0100
Subject: [PATCH] Update /compta/prelevement/list.php

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

diff --git a/htdocs/compta/prelevement/list.php b/htdocs/compta/prelevement/list.php
index 0a68aa686ae..921736faedf 100644
--- a/htdocs/compta/prelevement/list.php
+++ b/htdocs/compta/prelevement/list.php
@@ -53,7 +53,7 @@ $ligne=new LignePrelevement($db,$user);
 
 $offset = $conf->liste_limit * $page ;
 
-if (GETPOST("button_removefilter"))
+if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
 {
 	$search_line="";
 	$search_bon="";
-- 
GitLab