NEW: add 'formObjectOptions' hook to the form setting the product selling price
This commit is contained in:
parent
ab72fbffc6
commit
677d50df5b
@ -1171,6 +1171,9 @@ if ($action == 'edit_price' && $object->getRights()->creer)
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
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>';
|
print '</table>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user