Skip to content
Snippets Groups Projects
Commit 53add04a authored by florian HENRY's avatar florian HENRY
Browse files

fix :add missing hook into product price card

parent 651bf525
No related branches found
No related tags found
No related merge requests found
......@@ -1172,6 +1172,9 @@ if ($action == 'edit_price' && $object->getRights()->creer)
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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment