From 4ddf9f9cbbf38ef4c8461b3d0521e487b446f62b Mon Sep 17 00:00:00 2001 From: Prince Patel Date: Tue, 17 Jul 2018 12:46:52 +0530 Subject: [PATCH] Update Tax.php --- app/code/Magento/Tax/Block/Sales/Order/Tax.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/code/Magento/Tax/Block/Sales/Order/Tax.php b/app/code/Magento/Tax/Block/Sales/Order/Tax.php index 71eb629111344..23db9b9c7d5f7 100644 --- a/app/code/Magento/Tax/Block/Sales/Order/Tax.php +++ b/app/code/Magento/Tax/Block/Sales/Order/Tax.php @@ -89,7 +89,6 @@ public function initTotals() $this->_initSubtotal(); $this->_initShipping(); - $this->_initDiscount(); $this->_initGrandTotal(); return $this; } @@ -259,19 +258,6 @@ protected function _initShipping() return $this; } - /** - * @return void - */ - protected function _initDiscount() - { - // $store = $this->getStore(); - // $parent = $this->getParentBlock(); - // if ($this->_config->displaySales) { - // - // } elseif ($this->_config->displaySales) { - // } - } - /** * @return $this */