Update /compta/prelevement/list.php
This commit is contained in:
parent
d6e8211018
commit
37eef59b50
@ -53,7 +53,7 @@ $ligne=new LignePrelevement($db,$user);
|
||||
|
||||
$offset = $conf->liste_limit * $page ;
|
||||
|
||||
if (GETPOST("button_removefilter"))
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
|
||||
{
|
||||
$search_line="";
|
||||
$search_bon="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user