Merge pull request #7212 from ATM-Marc/NEW_price_formObjectOptions_hook
NEW hook formObjectOptions in the form setting product selling price
This commit is contained in:
commit
e9eefb170f
@ -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
|
||||
|
||||
$parameters=array('colspan' => 2);
|
||||
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
||||
|
||||
Loading…
Reference in New Issue
Block a user