Skip to content

Commit ac11a06

Browse files
committed
Removed duplicate line and added comment on variable
1 parent 9644572 commit ac11a06

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals

1 file changed

+3
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Discount.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ class Discount extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\Defaul
1717
{
1818
//protected $_template = 'tax/checkout/subtotal.phtml';
1919

20-
//protected $_template = 'tax/checkout/subtotal.phtml';
20+
/**
21+
* @var \Magento\Tax\Model\Config
22+
*/
2123
protected $_taxConfig;
2224

2325
/**

0 commit comments

Comments
 (0)