Skip to content

Commit 85df843

Browse files
ENGCOM-1592: Removed duplicate line and added comment on variable #15362
2 parents ffdc870 + 3b03add commit 85df843

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
*/
1616
class Discount extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTotals
1717
{
18-
//protected $_template = 'tax/checkout/subtotal.phtml';
19-
20-
//protected $_template = 'tax/checkout/subtotal.phtml';
18+
/**
19+
* @var \Magento\Tax\Model\Config
20+
*/
2121
protected $_taxConfig;
2222

2323
/**

0 commit comments

Comments
 (0)