Commit ead01fe468af9a2446e6c524ee10eea6211d3e4c

Authored by Administrator
1 parent fc3251f5

add local config

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/app/frontend/controllers/DealerController.php
@@ -1658,8 +1658,6 @@ class DealerController extends \controllers\ControllerBase @@ -1658,8 +1658,6 @@ class DealerController extends \controllers\ControllerBase
1658 $items = $this->models->getShipments()->getOrdersByOrderId( $order_id, $this->lang_id ); 1658 $items = $this->models->getShipments()->getOrdersByOrderId( $order_id, $this->lang_id );
1659 } 1659 }
1660 1660
1661 - print_r($items);  
1662 - die();  
1663 $order['groups'] = $this->getGroups($items); 1661 $order['groups'] = $this->getGroups($items);
1664 $order['total_price'] = 0; 1662 $order['total_price'] = 0;
1665 foreach($order['groups'] as $k => $g) { 1663 foreach($order['groups'] as $k => $g) {