diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index a0b102da196..0733c4bba7d 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); + $parameters=array('filtre'=>$filtre,'htmlname'=>'idprodfournprice','selected'=>$object->fourn_id,'socid'=>$object->socid); echo $hookmanager->executeHooks('formCreateProductSupplierOptions',$parameters,$object,$action); }