Skip to content

Commit

Permalink
Fixed bug #275
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Päpper committed Mar 8, 2018
1 parent daa8ffb commit f071ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function getFormattedTaxRate()
public function isIncludingTax()
{
if (!$this->getData('is_including_tax')) {
$includesTax = Mage::helper('tax')->priceIncludesTax();
$includesTax = Mage::helper('tax')->getConfig()->getPriceDisplayType();
$this->setData('is_including_tax', $includesTax);
}

Expand Down

0 comments on commit f071ed4

Please sign in to comment.