diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index a0b102da196865a9b1de15fecfbd847da6ff5863..0733c4bba7d9ebca9e87be0f7c73466fd15ccd8a 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); }