Update /product/stock/mouvement.php

This commit is contained in:
Frédéric FRANCE 2014-11-23 10:02:16 +01:00
parent c6f7134414
commit 8bbc2d8db4

View File

@ -60,7 +60,7 @@ $offset = $conf->liste_limit * $page;
if (! $sortfield) $sortfield="m.datem";
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='';
$month='';