Skip to content

Commit

Permalink
Merge pull request #322 from mpaepper/develop
Browse files Browse the repository at this point in the history
Fixed bug #275
  • Loading branch information
sprankhub authored Mar 8, 2018
2 parents daa8ffb + f071ed4 commit 6f0ac38
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 6f0ac38

Please sign in to comment.