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 9d69186 commit 629bd37Copy full SHA for 629bd37
app/code/Magento/Catalog/Pricing/Price/TierPrice.php
@@ -177,7 +177,7 @@ function (&$priceData) {
177
/* convert string value to float */
178
$priceData['price_qty'] *= 1;
179
if ($this->getConfigTaxDisplayType() === Config::DISPLAY_TYPE_BOTH) {
180
- $exclTaxPrice = $this->calculator->getAmount($priceData['price'], $this->product, true);
+ $exclTaxPrice = $this->calculator->getAmount($priceData['price'], $this->product);
181
$priceData['excl_tax_price'] = $exclTaxPrice;
182
}
183
$priceData['price'] = $this->applyAdjustment($priceData['price']);
0 commit comments