Merge pull request #12738 from rohitwaghchaure/hotfix_pos_issue

[Fix] Pay button not working in pos
This commit is contained in:
rohitwaghchaure
2018-02-01 17:39:33 +05:30
committed by GitHub

View File

@@ -1268,7 +1268,7 @@ class NumberPad {
this.disable_highlight = disable_highlight;
this.reset_btns = reset_btns;
this.del_btn = del_btn;
this.disable_btns = disable_btns;
this.disable_btns = disable_btns || [];
this.make_dom();
this.bind_events();
this.value = '';