diff --git a/src/app/frontend/controllers/DealerController.php b/src/app/frontend/controllers/DealerController.php index aea5911..ac16f3b 100644 --- a/src/app/frontend/controllers/DealerController.php +++ b/src/app/frontend/controllers/DealerController.php @@ -681,7 +681,6 @@ class DealerController extends \controllers\ControllerBase } public function onlineOrderHistoryAction() { - die('here'); if($this->session->has('id')) { $customer = $this->models->getCustomers()->getOneData($this->session->get('id'))['0']; $this->view->setVar('customer', $customer); @@ -708,12 +707,12 @@ class DealerController extends \controllers\ControllerBase } public function singleOrderAction($order_id,$type) { - $this->getOrder($order_id,$type); + // $this->getOrder($order_id,$type); } public function printOrderAction($order_id,$type) { $this->view->setRenderLevel(View::LEVEL_ACTION_VIEW); - $this->getOrder($order_id,$type); + // $this->getOrder($order_id,$type); } public function wholesalePricesAction() { -- libgit2 0.21.4