mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
Merge pull request #11703 from rohitwaghchaure/pos_bind_event_issue
Code cleanup
This commit is contained in:
@@ -53,7 +53,6 @@ erpnext.pos.PointOfSale = class PointOfSale {
|
|||||||
() => this.setup_pos_profile(),
|
() => this.setup_pos_profile(),
|
||||||
() => this.make_new_invoice(),
|
() => this.make_new_invoice(),
|
||||||
() => {
|
() => {
|
||||||
this.bind_events();
|
|
||||||
frappe.dom.unfreeze();
|
frappe.dom.unfreeze();
|
||||||
},
|
},
|
||||||
() => this.page.set_title(__('Point of Sale'))
|
() => this.page.set_title(__('Point of Sale'))
|
||||||
|
|||||||
Reference in New Issue
Block a user