diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index 44941102f1..1b670d113d 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js @@ -833,7 +833,6 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({ update_customer: function (new_customer) { var me = this; - if (!this.connection_status) return; this.customer_doc = new frappe.ui.Dialog({ 'title': 'Customer',