Code cleanup

This commit is contained in:
Rohit Waghchaure 2017-11-23 16:30:10 +05:30
parent 966f141f62
commit 09b39f06ea

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