Skip to content

Commit

Permalink
Merge pull request #659 from magento-folks/merchant_beta
Browse files Browse the repository at this point in the history
[Merchant Beta][Folks]Bugfix
  • Loading branch information
Korshenko, Olexii(okorshenko) committed Sep 30, 2015
2 parents d0ebdba + 0d6e329 commit a2f610e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define(
},
totals: quote.getTotals(),
isDisplayed: function() {
return this.isFullMode() && this.getPureValue() != 0;
return this.getPureValue() != 0;
},
getCouponCode: function() {
if (!this.totals()) {
Expand Down

0 comments on commit a2f610e

Please sign in to comment.