mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 11:27:55 +00:00
Email ID renamed to Email Address
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user