Skip to content

Commit 9230424

Browse files
committed
Update Tax.php
1 parent eaf98d1 commit 9230424

File tree

1 file changed

+2
-7
lines changed
  • app/code/Magento/Tax/Block/Sales/Order

1 file changed

+2
-7
lines changed

app/code/Magento/Tax/Block/Sales/Order/Tax.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,11 @@ protected function _initShipping()
260260
}
261261

262262
/**
263-
* @return void
263+
* @return null
264264
*/
265265
protected function _initDiscount()
266266
{
267-
// $store = $this->getStore();
268-
// $parent = $this->getParentBlock();
269-
// if ($this->_config->displaySales) {
270-
//
271-
// } elseif ($this->_config->displaySales) {
272-
// }
267+
return null;
273268
}
274269

275270
/**

0 commit comments

Comments
 (0)