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 bfe17d2 commit 2d8404dCopy full SHA for 2d8404d
app/code/Magento/Sales/Block/Adminhtml/Totals.php
@@ -75,7 +75,7 @@ protected function _initTotals()
75
$this->getSource()->getShippingDescription())
76
) {
77
$shippingLabel = __('Shipping & Handling');
78
- if ($this->isHasFreeShipping($this->getSource()) && $this->getSource()->getDiscountDescription()) {
+ if ($this->isHasFreeShipping($this->getOrder()) && $this->getSource()->getDiscountDescription()) {
79
$shippingLabel .= sprintf(' (%s)', $this->getSource()->getDiscountDescription());
80
}
81
$this->_totals['shipping'] = new \Magento\Framework\DataObject(
0 commit comments