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

Update /product/stock/mouvement.php

parent 01e6d9fc
Branches
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ $offset = $conf->liste_limit * $page; ...@@ -60,7 +60,7 @@ $offset = $conf->liste_limit * $page;
if (! $sortfield) $sortfield="m.datem"; if (! $sortfield) $sortfield="m.datem";
if (! $sortorder) $sortorder="DESC"; if (! $sortorder) $sortorder="DESC";
if (GETPOST("button_removefilter")) if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test are required to be compatible with all browsers
{ {
$year=''; $year='';
$month=''; $month='';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment