Skip to content

Commit

Permalink
fix :add missing hook into product price card
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-florian committed Jul 31, 2017
1 parent 651bf52 commit 53add04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/product/price.php
Expand Up @@ -1172,6 +1172,9 @@ function on_change() {
print '</td>';
print '</tr>';

$parameters=array('colspan' => 2);
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook

print '</table>';

dol_fiche_end();
Expand Down

0 comments on commit 53add04

Please sign in to comment.