Update /compta/paiement/cheque/list.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 10:06:40 +01:00
parent 38febad979
commit ffb4dd9e3d

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