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 e9960f73b1..b9694344e1 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 @@ 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'))