Merge pull request #7223 from atm-florian/5.0_fix_missingHook

FIX add missing hook into product price card
This commit is contained in:
Laurent Destailleur 2017-08-04 15:13:09 +02:00 committed by GitHub
commit 156915a502

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