commit | 09b39f06ea1d6b5b017ec11cf2b8010c6342051d | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Nov 23 16:30:10 2017 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Thu Nov 23 16:30:10 2017 +0530 |
tree | 2b1b1d7e50ec91cfa5d71e9f27c64b84fc1f33e2 | |
parent | 966f141f624a1e68d5f1ee7f0500618aa9b5ef50 [diff] |
Code cleanup
diff --git a/erpnext/selling/page/point_of_sale/point_of_sale.js b/erpnext/selling/page/point_of_sale/point_of_sale.js index e9960f7..b969434 100644 --- a/erpnext/selling/page/point_of_sale/point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/point_of_sale.js
@@ -53,7 +53,6 @@ () => this.setup_pos_profile(), () => this.make_new_invoice(), () => { - this.bind_events(); frappe.dom.unfreeze(); }, () => this.page.set_title(__('Point of Sale'))