[minor] POS customer creation was disabled in offline mode (#9169)

This commit is contained in:
rohitwaghchaure 2017-06-07 20:06:58 +05:30 committed by Nabin Hait
parent 6b95210c19
commit 1607125815

View File

@ -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',