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 6da226d commit c9502a2Copy full SHA for c9502a2
app/code/Magento/Sales/Model/Order/Creditmemo/Total/Tax.php
@@ -41,7 +41,7 @@ public function collect(\Magento\Sales\Model\Order\Creditmemo $creditmemo)
41
$baseOrderItemTax = (double)$orderItem->getBaseTaxInvoiced();
42
$orderItemQty = (double)$orderItem->getQtyInvoiced();
43
44
- if ($orderItemTax && $orderItemQty) {
+ if ($orderItemQty) {
45
/**
46
* Check item tax amount
47
*/
0 commit comments