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.
2 parents 11217d3 + 629bd37 commit c854d4fCopy full SHA for c854d4f
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