Update /compta/paiement/cheque/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 10:06:40 +01:00 committed by Laurent Destailleur
parent ba7500a504
commit 979d6dffa2

View File

@ -61,7 +61,7 @@ $checkdepositstatic=new RemiseCheque($db);
$accountstatic=new Account($db);
// If 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_ref='';
$search_amount='';