From 1607125815de54ce5696a1526d381170fadfd090 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 7 Jun 2017 20:06:58 +0530 Subject: [PATCH] [minor] POS customer creation was disabled in offline mode (#9169) --- erpnext/accounts/page/pos/pos.js | 1 - 1 file changed, 1 deletion(-) 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',