forked from Wavyzz/dolibarr
Update /societe/consumption.php
This commit is contained in:
committed by
Laurent Destailleur
parent
e7f9b9bf1b
commit
62876cc022
@@ -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='';
|
||||
|
||||
Reference in New Issue
Block a user