Skip to content

Commit 3b03add

Browse files
ENGCOM-1592: Removed duplicate line and added comment on variable #15362
- Merge Pull Request #15362 from vgelani/magento2:issue-1 - Merged commits: 1. ac11a06 2. ff9bf03
2 parents 9644572 + ff9bf03 commit 3b03add

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)