Index: branches/5.2.x/units/discount_items/discount_items_event_handler.php =================================================================== diff -u -N -r14849 -r14986 --- branches/5.2.x/units/discount_items/discount_items_event_handler.php (.../discount_items_event_handler.php) (revision 14849) +++ branches/5.2.x/units/discount_items/discount_items_event_handler.php (.../discount_items_event_handler.php) (revision 14986) @@ -1,6 +1,6 @@ Array('subitem' => 'add|edit'), - ); + 'OnEntireOrder' => Array ('subitem' => 'add|edit'), + ); + $this->permMapping = array_merge($this->permMapping, $permissions); }