Update /compta/bank/search.php
This commit is contained in:
parent
2a79c2c826
commit
dd1c39b44e
@ -73,7 +73,7 @@ $limit = $conf->liste_limit;
|
||||
if (! $sortorder) $sortorder='DESC';
|
||||
if (! $sortfield) $sortfield='b.dateo';
|
||||
|
||||
if (GETPOST("button_removefilter"))
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
|
||||
{
|
||||
$description="";
|
||||
$type="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user