[minor] POS customer creation was disabled in offline mode (#9169)
This commit is contained in:
parent
6b95210c19
commit
1607125815
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user