Skip to content

Commit a2f610e

Browse files
author
Korshenko, Olexii(okorshenko)
committed
Merge pull request #659 from magento-folks/merchant_beta
[Merchant Beta][Folks]Bugfix
2 parents d0ebdba + 0d6e329 commit a2f610e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SalesRule/view/frontend/web/js/view/summary

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/view/frontend/web/js/view/summary/discount.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define(
1616
},
1717
totals: quote.getTotals(),
1818
isDisplayed: function() {
19-
return this.isFullMode() && this.getPureValue() != 0;
19+
return this.getPureValue() != 0;
2020
},
2121
getCouponCode: function() {
2222
if (!this.totals()) {

0 commit comments

Comments
 (0)