Index: branches/5.2.x/units/coupons/coupons_event_handler.php =================================================================== diff -u -N -r14677 -r14986 --- branches/5.2.x/units/coupons/coupons_event_handler.php (.../coupons_event_handler.php) (revision 14677) +++ branches/5.2.x/units/coupons/coupons_event_handler.php (.../coupons_event_handler.php) (revision 14986) @@ -1,6 +1,6 @@ Array('self' => true), - 'OnApplyClone' => Array('self' => 'add'), - 'OnPrepareClone' => Array('self' => 'view'), + + $permissions = Array ( + 'OnItemBuild' => Array ('self' => true), + 'OnApplyClone' => Array ('self' => 'add'), + 'OnPrepareClone' => Array ('self' => 'view'), ); $this->permMapping = array_merge($this->permMapping, $permissions);