Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop

This commit is contained in:
Regis Houssin 2012-03-08 13:25:29 +01:00
commit 081f321a95

View File

@ -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);
}