diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php
index c17fdb65aea3a24ad7aa8f812e933b44cfeeb04f..05efcc24a0e7141a08289987fc2a4243882f5d6d 100644
--- a/htdocs/product/ajax/products.php
+++ b/htdocs/product/ajax/products.php
@@ -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();