Skip to content

Commit 39933f7

Browse files
pprincepatelmageprince
authored andcommitted
Update Tax.php
1 parent ff04f26 commit 39933f7

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
@@ -256,16 +256,11 @@ protected function _initShipping()
256256
}
257257

258258
/**
259-
* @return void
259+
* @return null
260260
*/
261261
protected function _initDiscount()
262262
{
263-
// $store = $this->getStore();
264-
// $parent = $this->getParentBlock();
265-
// if ($this->_config->displaySales) {
266-
//
267-
// } elseif ($this->_config->displaySales) {
268-
// }
263+
return null;
269264
}
270265

271266
/**

0 commit comments

Comments
 (0)