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 ff2c965 commit 5f44c5cCopy full SHA for 5f44c5c
app/code/Magento/Weee/Pricing/Render/Adjustment.php
@@ -162,7 +162,9 @@ public function renderWeeeTaxAttribute(\Magento\Framework\DataObject $attribute)
162
*/
163
public function renderWeeeTaxAttributeWithTax(\Magento\Framework\DataObject $attribute)
164
{
165
- return $this->convertAndFormatCurrency($attribute->getData('amount_excl_tax') + $attribute->getData('tax_amount'));
+ return $this->convertAndFormatCurrency(
166
+ $attribute->getData('amount_excl_tax') + $attribute->getData('tax_amount')
167
+ );
168
}
169
170
/**
0 commit comments