Commit 0b9d9549129c761432584f272e49f4ae47eb33b2
1 parent
ab0adb45
add local config
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/frontend/controllers/DealerController.php
... | ... | @@ -1653,6 +1653,7 @@ class DealerController extends \controllers\ControllerBase |
1653 | 1653 | |
1654 | 1654 | private function getOrder( $order_id, $type ) { |
1655 | 1655 | if($type == 'online_order_history'){ |
1656 | + die('here'); | |
1656 | 1657 | $items = $this->models->getOrders1C()->getOrdersByOrderId( $order_id, $this->lang_id ); |
1657 | 1658 | } else if($type == 'shipment_history'){ |
1658 | 1659 | $items = $this->models->getShipments()->getOrdersByOrderId( $order_id, $this->lang_id ); | ... | ... |