Merge pull request #55680 from frappe/mergify/bp/version-16-hotfix/pr-55679

fix: set options Email for customer_email field in appointment (backport #55679)
This commit is contained in:
Nabin Hait
2026-06-10 11:44:49 +05:30
committed by GitHub

View File

@@ -77,7 +77,8 @@
"fieldname": "customer_email",
"fieldtype": "Data",
"label": "Email",
"reqd": 1
"reqd": 1,
"options": "Email"
},
{
"fieldname": "linked_docs_section",
@@ -102,7 +103,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:05:59.300573",
"modified": "2026-06-06 13:05:59.300573",
"modified_by": "Administrator",
"module": "CRM",
"name": "Appointment",