Index: branches/5.3.x/units/shipping_quote_engines/shipping_quote_engine_event_handler.php =================================================================== diff -u -N -r15492 -r16506 --- branches/5.3.x/units/shipping_quote_engines/shipping_quote_engine_event_handler.php (.../shipping_quote_engine_event_handler.php) (revision 15492) +++ branches/5.3.x/units/shipping_quote_engines/shipping_quote_engine_event_handler.php (.../shipping_quote_engine_event_handler.php) (revision 16506) @@ -1,6 +1,6 @@ Name == 'OnMassApprove' ) { - $event->status = kEvent::erSUCCESS; - $event->redirect = true; - } - } - - /** * Sets virtual fields from serialized properties array * * @param kEvent $event @@ -155,4 +138,4 @@ WHERE VarName LIKE "ShippingQuotes%"'; $this->Conn->Query($sql); } -} \ No newline at end of file +}