Adapted code to new changes

This commit is contained in:
Marcos García de La Fuente 2016-11-06 15:17:41 +01:00
parent 286095f5cd
commit 1c15cfa722

View File

@ -185,7 +185,7 @@ else {
if (empty($senderissupplier))
{
$form->select_produits(GETPOST('idprod'), 'idprod', $filtertype, $conf->product->limit_size, $buyer->price_level, 1, 2, '', 1, array(),$buyer->id, GETPOST('combinations', 'array'));
$form->select_produits(GETPOST('idprod'), 'idprod', $filtertype, $conf->product->limit_size, $buyer->price_level, 1, 2, '', 1, array(), $buyer->id, 1, 0, '', 0, GETPOST('combinations', 'array'));
}
else
{