Update /compta/bank/search.php
This commit is contained in:
parent
fe725f1d8a
commit
cfe5784d49
@ -73,7 +73,7 @@ $limit = $conf->liste_limit;
|
|||||||
if (! $sortorder) $sortorder='DESC';
|
if (! $sortorder) $sortorder='DESC';
|
||||||
if (! $sortfield) $sortfield='b.dateo';
|
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="";
|
$description="";
|
||||||
$type="";
|
$type="";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user