Fix limit product in customer margins
Fix limit of 20 products in product list/search
This commit is contained in:
parent
ac30348081
commit
d712e1e6d4
@ -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