Index: branches/5.2.x/units/shipping/shipping_event_handler.php =================================================================== diff -u -N -r14702 -r14986 --- branches/5.2.x/units/shipping/shipping_event_handler.php (.../shipping_event_handler.php) (revision 14702) +++ branches/5.2.x/units/shipping/shipping_event_handler.php (.../shipping_event_handler.php) (revision 14986) @@ -1,6 +1,6 @@ Array('self' => 'add|edit'), - 'OnApplyModifier' => Array('self' => 'add|edit'), - ); + + $permissions = Array ( + 'OnFlip' => Array ('self' => 'add|edit'), + 'OnApplyModifier' => Array ('self' => 'add|edit'), + ); + $this->permMapping = array_merge($this->permMapping, $permissions); }