Merge pull request #12738 from rohitwaghchaure/hotfix_pos_issue
[Fix] Pay button not working in pos
This commit is contained in:
commit
c830344ca7
@ -1268,7 +1268,7 @@ class NumberPad {
|
|||||||
this.disable_highlight = disable_highlight;
|
this.disable_highlight = disable_highlight;
|
||||||
this.reset_btns = reset_btns;
|
this.reset_btns = reset_btns;
|
||||||
this.del_btn = del_btn;
|
this.del_btn = del_btn;
|
||||||
this.disable_btns = disable_btns;
|
this.disable_btns = disable_btns || [];
|
||||||
this.make_dom();
|
this.make_dom();
|
||||||
this.bind_events();
|
this.bind_events();
|
||||||
this.value = '';
|
this.value = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user