diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php
index f0b3532018b455ace9bb7feafd323ae01f978e32..2d046a3ec169efa3f988f79a98893b4a05d42ce0 100644
--- a/htdocs/societe/societe.php
+++ b/htdocs/societe/societe.php
@@ -153,7 +153,7 @@ llxHeader('',$langs->trans("ThirdParty"),$help_url);
 
 
 // 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_categ='';
     $search_sale='';