Skip to content

Commit 25c3480

Browse files
ENGCOM-1695: [Forwardport] Removed duplicate line and added comment on variable #15561
- Merge Pull Request #15561 from vgelani/magento2:2.3-develop-PR-port-15362 - Merged commits: 1. accf018 2. f9a86bc
2 parents 166dd61 + f9a86bc commit 25c3480

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)