Skip to content

Commit

Permalink
Update for hook parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry authored and hregis committed Mar 8, 2012
1 parent e34996e commit 3acbc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/fiche.php
Expand Up @@ -1652,7 +1652,7 @@

if (is_object($hookmanager))
{
$parameters=array('filtre'=>$filtre);
$parameters=array('filtre'=>$filtre,'htmlname'=>'idprodfournprice');
echo $hookmanager->executeHooks('formCreateProductSupplierOptions',$parameters,$object,$action);
}

Expand Down

0 comments on commit 3acbc03

Please sign in to comment.