Update /compta/prelevement/list.php
This commit is contained in:
parent
68ccb33def
commit
8c839cc2a1
@ -53,7 +53,7 @@ $ligne=new LignePrelevement($db,$user);
|
|||||||
|
|
||||||
$offset = $conf->liste_limit * $page ;
|
$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_line="";
|
||||||
$search_bon="";
|
$search_bon="";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user