Merge pull request #15638 from ptibogxiv/patch-396

Fix limit product in customer margins
This commit is contained in:
Laurent Destailleur 2020-12-04 18:10:49 +01:00 committed by GitHub
commit 46bb49c490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ if (!$sortfield)
}
// Products
$TRes = $form->select_produits_list('', '', '', 20, 0, '', 1, 2, 1, 0, '', 1);
$TRes = $form->select_produits_list('', '', '', '', 0, '', 1, 2, 1, 0, '', 1);
$TProducts = array();
foreach ($TRes as $prod) {