diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 14d09ca39a4..9debd0a0827 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -1652,7 +1652,7 @@ else if (is_object($hookmanager)) { - $parameters=array('filtre'=>$filtre); + $parameters=array('filtre'=>$filtre,'htmlname'=>'idprodfournprice'); echo $hookmanager->executeHooks('formCreateProductSupplierOptions',$parameters,$object,$action); }