Email ID renamed to Email Address

This commit is contained in:
Kanchan Chauhan
2017-01-03 16:45:38 +05:30
parent ab42fc006f
commit b7cc393eb8
102 changed files with 517 additions and 517 deletions

View File

@@ -325,7 +325,7 @@
"in_filter": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Email Id",
"label": "Email Address",
"length": 0,
"no_copy": 0,
"permlevel": 0,

View File

@@ -110,7 +110,7 @@
"in_filter": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Email Id",
"label": "Email Address",
"length": 0,
"no_copy": 0,
"oldfieldname": "email_id",

View File

@@ -66,7 +66,7 @@ def invite_user(contact):
contact = frappe.get_doc("Contact", contact)
if not contact.email_id:
frappe.throw(_("Please set Email ID"))
frappe.throw(_("Please set Email Address"))
if contact.has_permission("write"):
user = frappe.get_doc({

View File

@@ -122,7 +122,7 @@
"fieldname": "email_id",
"fieldtype": "Data",
"hidden": 0,
"label": "Email Id",
"label": "Email Address",
"max_length": 0,
"max_value": 0,
"read_only": 0,