2
0
forked from Wavyzz/dolibarr

Update /societe/consumption.php

This commit is contained in:
Frédéric FRANCE
2014-11-23 09:47:19 +01:00
committed by Laurent Destailleur
parent e7f9b9bf1b
commit 62876cc022

View File

@@ -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='';