Index: units/order_items/order_items_event_handler.php =================================================================== --- units/order_items/order_items_event_handler.php (revision 14653) +++ units/order_items/order_items_event_handler.php (working copy) @@ -18,7 +18,7 @@ /** - * Allows to override standart permission mapping + * Allows to override standard permission mapping * */ function mapPermissions() @@ -65,9 +65,10 @@ $event->Prefix . '_event' => 'OnNew', 'p_id' => $product_id, 'm_opener' => 's', + 'pass' => 'm,ord,p', ); - $this->Application->EventManager->openerStackPush('in-commerce/orders/order_product_edit', $url_params, 'm,ord,p'); + $this->Application->EventManager->openerStackPush('in-commerce/orders/order_product_edit', $url_params); } else { $orders_h =& $this->Application->recallObject('ord_EventHandler');