diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php
index c762aac570273a21669c19771cc032ade17917a8..a010e7d74011ad39929659a115881cc95cceedef 100644
--- a/htdocs/compta/facture/impayees.php
+++ b/htdocs/compta/facture/impayees.php
@@ -374,7 +374,7 @@ $search_montant_ttc = GETPOST("search_montant_ttc");
 $late = GETPOST("late");
 
 // Do we click on purge search criteria ?
-if (GETPOST("button_removefilter_x"))
+if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
 {
     $search_ref='';
     $search_refcustomer='';