From ead01fe468af9a2446e6c524ee10eea6211d3e4c Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 10 Jan 2017 18:23:54 +0200 Subject: [PATCH] add local config --- src/app/frontend/controllers/DealerController.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/src/app/frontend/controllers/DealerController.php b/src/app/frontend/controllers/DealerController.php index 6febfdb..aa4fec2 100644 --- a/src/app/frontend/controllers/DealerController.php +++ b/src/app/frontend/controllers/DealerController.php @@ -1658,8 +1658,6 @@ class DealerController extends \controllers\ControllerBase $items = $this->models->getShipments()->getOrdersByOrderId( $order_id, $this->lang_id ); } - print_r($items); - die(); $order['groups'] = $this->getGroups($items); $order['total_price'] = 0; foreach($order['groups'] as $k => $g) { -- libgit2 0.21.4