From 6d038c5e71e2897ed3b14f036c55f13701f98286 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sat, 6 Jun 2026 20:41:16 +0530 Subject: [PATCH] fix: set options Email for customer_email field in appointment (cherry picked from commit 9b1157c91411e12b210b9cc00784a72f99ffaa97) --- erpnext/crm/doctype/appointment/appointment.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/crm/doctype/appointment/appointment.json b/erpnext/crm/doctype/appointment/appointment.json index 48dd49eae47..c600eb088c3 100644 --- a/erpnext/crm/doctype/appointment/appointment.json +++ b/erpnext/crm/doctype/appointment/appointment.json @@ -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",