Merge pull request #15638 from ptibogxiv/patch-396
Fix limit product in customer margins
This commit is contained in:
commit
46bb49c490
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user