Merge pull request #9023 from atm-maxime/fix_stocklist

Fix filters not saved when ordering
This commit is contained in:
Laurent Destailleur 2018-07-06 14:23:10 +02:00 committed by GitHub
commit 2cdd9adc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,6 +242,8 @@ if ($resql)
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();