diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
index f89212e5fbc92cb8de6f89f6cdf5d7bb7e4cdafa..d5ef1af6dbbecd824278a55bbd1beef7cf49755d 100644
--- a/htdocs/societe/consumption.php
+++ b/htdocs/societe/consumption.php
@@ -58,7 +58,7 @@ $month	= GETPOST('month','int');
 $year	= GETPOST('year','int');
 
 // Clean up on purge search criteria ?
-if (GETPOST("button_removefilter"))
+if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
 {
     $sref='';
     $sprod_fulldescr='';