diff --git a/htdocs/fourn/product/liste.php b/htdocs/fourn/product/liste.php index 3c561437eaf..bc82a48c907 100644 --- a/htdocs/fourn/product/liste.php +++ b/htdocs/fourn/product/liste.php @@ -54,7 +54,7 @@ $offset = $limit * $page ; if (! $sortfield) $sortfield = 'p.ref'; if (! $sortorder) $sortorder = 'DESC'; -if (! empty(GETPOST('button_removefilter'))) +if (GETPOST('button_removefilter')) { $sref = ''; $sRefSupplier = '';