This commit is contained in:
FHenry 2012-03-07 19:24:39 +08:00 committed by Regis Houssin
parent aba929ed69
commit 7b5c9de555

View File

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