From 7a878e543c16dccfa779b23d0885a3c14f3d08a7 Mon Sep 17 00:00:00 2001 From: Sunny Date: Tue, 26 Sep 2017 17:50:23 +0800 Subject: [PATCH] Add Email option to Address email_id field --- frappe/contacts/doctype/address/address.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index c3b655cec5..d663957580 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -353,7 +353,8 @@ "label": "Email Address", "length": 0, "no_copy": 0, - "permlevel": 0, + "options": "Email", + "permlevel": 0, "print_hide": 0, "print_hide_if_no_value": 0, "read_only": 0,