Skip to content

Commit 4a7f07c

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-1076: Discount (Cart price rules) ignore Weee tax amount included in subtotal cart
1 parent adbcbcf commit 4a7f07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/TotalsCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function collectAddressTotals(
269269
'total' => $total
270270
]
271271
);
272-
($total->getBaseSubtotal() > 0)??$total->setBaseSubtotalTotalInclTax($total->getBaseSubtotalInclTax());
272+
$total->setBaseSubtotalTotalInclTax($total->getBaseSubtotalInclTax());
273273
$address->addData($total->getData());
274274
$address->setAppliedTaxes($total->getAppliedTaxes());
275275
return $total;

0 commit comments

Comments
 (0)