Skip to content
Snippets Groups Projects
Commit 62876cc0 authored by Frédéric France's avatar Frédéric France Committed by Laurent Destailleur
Browse files

Update /societe/consumption.php

parent e7f9b9bf
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ $month = GETPOST('month','int'); ...@@ -58,7 +58,7 @@ $month = GETPOST('month','int');
$year = GETPOST('year','int'); $year = GETPOST('year','int');
// Clean up on purge search criteria ? // 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=''; $sref='';
$sprod_fulldescr=''; $sprod_fulldescr='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment