commit | 1607125815de54ce5696a1526d381170fadfd090 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Wed Jun 07 20:06:58 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Jun 07 20:06:58 2017 +0530 |
tree | 40160ab8f4a9a2fd6df159a4de30b614736faa7a | |
parent | 6b95210c190359ce6d275750dca4b0aa52bdb559 [diff] |
[minor] POS customer creation was disabled in offline mode (#9169)
diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index 4494110..1b670d1 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js
@@ -833,7 +833,6 @@ update_customer: function (new_customer) { var me = this; - if (!this.connection_status) return; this.customer_doc = new frappe.ui.Dialog({ 'title': 'Customer',