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 3392976 commit c6a8badCopy full SHA for c6a8bad
app/code/Magento/Sales/Model/Order/Creditmemo/Total/Tax.php
@@ -42,7 +42,7 @@ public function collect(\Magento\Sales\Model\Order\Creditmemo $creditmemo)
42
*/
43
44
$tax = $orderItemTax - $orderItem->getTaxRefunded();
45
- $baseTax = $baseOrderItemTax - $orderItem->getTaxRefunded();
+ $baseTax = $baseOrderItemTax - $orderItem->getBaseTaxRefunded();
46
$discountTaxCompensation = $orderItem->getDiscountTaxCompensationInvoiced() -
47
$orderItem->getDiscountTaxCompensationRefunded();
48
$baseDiscountTaxCompensation = $orderItem->getBaseDiscountTaxCompensationInvoiced() -
0 commit comments