Fix limit product in customer margins

Fix limit of 20 products in product list/search
This commit is contained in:
ptibogxiv 2020-12-04 09:42:30 +01:00 committed by GitHub
parent ac30348081
commit d712e1e6d4
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) {