From e169d2964c3b683c23b2f48683390607bb416df7 Mon Sep 17 00:00:00 2001 From: Himanshu Warekar Date: Fri, 24 Jan 2020 17:40:29 +0530 Subject: [PATCH] fix: change fieldtype to Text --- erpnext/selling/doctype/customer/customer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/selling/doctype/customer/customer.json b/erpnext/selling/doctype/customer/customer.json index c2c8c1971a..dc8febdb99 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -322,8 +322,9 @@ }, { "fieldname": "primary_address", - "fieldtype": "Read Only", - "label": "Primary Address" + "fieldtype": "Text", + "label": "Primary Address", + "read_only": 1 }, { "collapsible": 1, @@ -469,7 +470,7 @@ "icon": "fa fa-user", "idx": 363, "image_field": "image", - "modified": "2019-09-06 12:40:31.801424", + "modified": "2020-01-24 15:07:48.815546", "modified_by": "Administrator", "module": "Selling", "name": "Customer",