Update /compta/deplacement/list.php
This commit is contained in:
parent
045c2f9568
commit
68ccb33def
@ -57,7 +57,7 @@ $limit = $conf->liste_limit;
|
|||||||
$year=GETPOST("year");
|
$year=GETPOST("year");
|
||||||
$month=GETPOST("month");
|
$month=GETPOST("month");
|
||||||
|
|
||||||
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_name="";
|
$search_name="";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user