fix :add missing hook into product price card

This commit is contained in:
florian HENRY 2017-07-31 10:28:24 +02:00
parent 651bf525b0
commit 53add04a2e

View File

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