Skip to content

Commit

Permalink
Fix filters not saved when ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Jun 28, 2018
1 parent da138db commit 3babdb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/product/reassort.php
Expand Up @@ -242,6 +242,8 @@
if ($fourn_id) $param.="&fourn_id=".$fourn_id;
if ($snom) $param.="&snom=".$snom;
if ($sref) $param.="&sref=".$sref;
if ($toolowstock) $param.="&toolowstock=".$toolowstock;
if ($search_categ) $param.="&search_categ=".$search_categ;

$formProduct = new FormProduct($db);
$formProduct->loadWarehouses();
Expand Down

0 comments on commit 3babdb9

Please sign in to comment.