diff --git a/src/app/frontend/controllers/DealerController.php b/src/app/frontend/controllers/DealerController.php index ac16f3b..bbbd272 100644 --- a/src/app/frontend/controllers/DealerController.php +++ b/src/app/frontend/controllers/DealerController.php @@ -707,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() { diff --git a/src/app/frontend/views/dealer/onlineOrderHistory.php b/src/app/frontend/views/dealer/onlineOrderHistory.php index 8dd3cc0..b7c79ce 100644 --- a/src/app/frontend/views/dealer/onlineOrderHistory.php +++ b/src/app/frontend/views/dealer/onlineOrderHistory.php @@ -19,9 +19,9 @@ грн. - - - + +seoUrl->setUrl($this->url->get([ 'for' => 'print_order' ]).$o['id']) ?> + -- libgit2 0.21.4