diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 0733c4bba7d9ebca9e87be0f7c73466fd15ccd8a..f9e3147efa997b2880517e0a605a7a6eb2adf564 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -1329,7 +1329,7 @@ if ($id > 0 || ! empty($ref)) if (is_object($hookmanager)) { - $parameters=array('filtre'=>$filtre,'htmlname'=>'idprodfournprice','selected'=>$object->fourn_id,'socid'=>$object->socid); + $parameters=array('filtre'=>$filtre,'htmlname'=>'idprodfournprice'); echo $hookmanager->executeHooks('formCreateProductSupplierOptions',$parameters,$object,$action); }