We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9644572 commit ac11a06Copy full SHA for ac11a06
app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Discount.php
@@ -17,7 +17,9 @@ class Discount extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\Defaul
17
{
18
//protected $_template = 'tax/checkout/subtotal.phtml';
19
20
- //protected $_template = 'tax/checkout/subtotal.phtml';
+ /**
21
+ * @var \Magento\Tax\Model\Config
22
+ */
23
protected $_taxConfig;
24
25
/**
0 commit comments