NEW: add 'formObjectOptions' hook to the form setting the product selling price

This commit is contained in:
Marc de Lima Lucio 2017-07-27 17:11:15 +02:00
parent ab72fbffc6
commit 677d50df5b

View File

@ -1171,6 +1171,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>';