diff --git a/src/app/frontend/controllers/DealerController.php b/src/app/frontend/controllers/DealerController.php index b21cc2c..b04dc2e 100644 --- a/src/app/frontend/controllers/DealerController.php +++ b/src/app/frontend/controllers/DealerController.php @@ -1653,6 +1653,7 @@ class DealerController extends \controllers\ControllerBase private function getOrder( $order_id, $type ) { if($type == 'online_order_history'){ + die('here'); $items = $this->models->getOrders1C()->getOrdersByOrderId( $order_id, $this->lang_id ); } else if($type == 'shipment_history'){ $items = $this->models->getShipments()->getOrdersByOrderId( $order_id, $this->lang_id ); -- libgit2 0.21.4