From 28eff7fb91f82171430af6e33977c2435bcfbc21 Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 10 Aug 2015 20:22:21 +0530 Subject: [PATCH] Phone removed from mandatory in Address --- erpnext/utilities/doctype/address/address.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/utilities/doctype/address/address.json b/erpnext/utilities/doctype/address/address.json index 7cb8d82c4e..a4d7a55256 100644 --- a/erpnext/utilities/doctype/address/address.json +++ b/erpnext/utilities/doctype/address/address.json @@ -101,7 +101,7 @@ "fieldtype": "Data", "label": "Phone", "permlevel": 0, - "reqd": 1 + "reqd": 0 }, { "fieldname": "fax", @@ -199,7 +199,7 @@ "icon": "icon-map-marker", "idx": 1, "in_dialog": 0, - "modified": "2015-06-01 06:42:18.331818", + "modified": "2015-08-10 19:42:18.331818", "modified_by": "Administrator", "module": "Utilities", "name": "Address",