Skip to content

Commit

Permalink
Merge commit 'refs/pull/1528/head' of https://github.com/magento/mage…
Browse files Browse the repository at this point in the history
…nto2 into prs
  • Loading branch information
vpelipenko committed Aug 12, 2015
2 parents cb309d2 + 42f53f8 commit b35c6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getFullTaxInfo()
public function canDisplay()
{
$amount = $this->getAmount();
return $this->getDisplayZero() || $amount != 0;
return $this->getDisplayZero() === 'true' || $amount != 0;
}

/**
Expand Down

0 comments on commit b35c6b9

Please sign in to comment.