mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 16:38:41 +00:00
fix: set options Email for customer_email field in appointment
(cherry picked from commit 9b1157c914)
This commit is contained in:
@@ -77,7 +77,8 @@
|
|||||||
"fieldname": "customer_email",
|
"fieldname": "customer_email",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Email",
|
"label": "Email",
|
||||||
"reqd": 1
|
"reqd": 1,
|
||||||
|
"options": "Email"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "linked_docs_section",
|
"fieldname": "linked_docs_section",
|
||||||
@@ -102,7 +103,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-03-27 13:05:59.300573",
|
"modified": "2026-06-06 13:05:59.300573",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Appointment",
|
"name": "Appointment",
|
||||||
|
|||||||
Reference in New Issue
Block a user