Merge pull request #11703 from rohitwaghchaure/pos_bind_event_issue

Code cleanup
This commit is contained in:
rohitwaghchaure
2017-11-23 16:31:54 +05:30
committed by GitHub

View File

@@ -53,7 +53,6 @@ erpnext.pos.PointOfSale = class PointOfSale {
() => this.setup_pos_profile(),
() => this.make_new_invoice(),
() => {
this.bind_events();
frappe.dom.unfreeze();
},
() => this.page.set_title(__('Point of Sale'))