Commit 6be769656a6ee468bd9c11338d49eb0e3290ae90

Authored by Administrator
1 parent fd33706e

add local config

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