Update /compta/paiement/cheque/list.php
This commit is contained in:
parent
ba7500a504
commit
979d6dffa2
@ -61,7 +61,7 @@ $checkdepositstatic=new RemiseCheque($db);
|
|||||||
$accountstatic=new Account($db);
|
$accountstatic=new Account($db);
|
||||||
|
|
||||||
// If click on purge search criteria ?
|
// 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_ref='';
|
||||||
$search_amount='';
|
$search_amount='';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user