diff --git a/htdocs/compta/bank/search.php b/htdocs/compta/bank/search.php
index 1e8196481e6ddc1b4e0a11e26c19b4335c09d322..127e428162c258e5d458e4a1e9f343a497c1ec1f 100644
--- a/htdocs/compta/bank/search.php
+++ b/htdocs/compta/bank/search.php
@@ -73,7 +73,7 @@ $limit = $conf->liste_limit;
 if (! $sortorder) $sortorder='DESC';
 if (! $sortfield) $sortfield='b.dateo';
 
-if (GETPOST("button_removefilter"))
+if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
 {
 	$description="";
 	$type="";