Skip to content

Commit 1f8930a

Browse files
committed
MAGETWO-51096: Wrong discount for order with Cart Price Rule and settings Apply to Shipping Amount = YES - review fix
1 parent 1e74edb commit 1f8930a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/single-checkbox-toggle-notice.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ define([
3535
*/
3636
chooseNotice: function () {
3737
var checkedNoticeNumber = Number(this.checked());
38+
3839
this.notice = this.notices[checkedNoticeNumber];
3940
},
4041

0 commit comments

Comments
 (0)