Skip to content
Snippets Groups Projects
Commit 68ccb33d authored by Frédéric France's avatar Frédéric France Committed by Laurent Destailleur
Browse files

Update /compta/deplacement/list.php

parent 045c2f95
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ $limit = $conf->liste_limit; ...@@ -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="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment