From 0b9d9549129c761432584f272e49f4ae47eb33b2 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 10 Jan 2017 17:34:07 +0200 Subject: [PATCH] add local config --- src/app/frontend/controllers/DealerController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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