Update /compta/paiement/list.php
This commit is contained in:
parent
dd1c39b44e
commit
fa89e310ae
@ -58,7 +58,7 @@ $limit = $conf->liste_limit;
|
|||||||
if (! $sortorder) $sortorder="DESC";
|
if (! $sortorder) $sortorder="DESC";
|
||||||
if (! $sortfield) $sortfield="p.rowid";
|
if (! $sortfield) $sortfield="p.rowid";
|
||||||
|
|
||||||
if (GETPOST("button_removefilter"))
|
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
|
||||||
{
|
{
|
||||||
$search_ref="";
|
$search_ref="";
|
||||||
$search_account="";
|
$search_account="";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user