FIX #5048 Product supplier list display only one produc

Last parameter of select_produits_fournisseurs_list is $limit, not $socid
This commit is contained in:
Philippe-OpenDSI 2016-04-21 08:41:45 +02:00
parent 0c932e0ee6
commit 2fc876f607

View File

@ -183,7 +183,7 @@ if (! empty($action) && $action == 'fetch' && ! empty($id))
if (empty($mode) || $mode == 1) {
$arrayresult = $form->select_produits_list("", $htmlname, $type, "", $price_level, $searchkey, $status, $finished, $outjson, $socid);
} elseif ($mode == 2) {
$arrayresult = $form->select_produits_fournisseurs_list($socid, "", $htmlname, $type, "", $searchkey, $status, $outjson, $socid);
$arrayresult = $form->select_produits_fournisseurs_list($socid, "", $htmlname, $type, "", $searchkey, $status, $outjson);
}
$db->close();