mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
Merge pull request #12738 from rohitwaghchaure/hotfix_pos_issue
[Fix] Pay button not working in pos
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user