hook parameters on select product

This commit is contained in:
FHenry 2012-03-07 18:45:49 +08:00 committed by Regis Houssin
parent 635cd4e970
commit aba929ed69

View File

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