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
commit 1e381584de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'))