Skip to content
Snippets Groups Projects
Commit d2003e96 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #5058 from philippe-opendsi/patch-2

FIX #5048 Product supplier list display only one product
parents 0c932e0e 2fc876f6
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment