From 365fedc56308313398db09407d02d3f48339f9dd Mon Sep 17 00:00:00 2001 From: mp-30 Date: Mon, 18 Aug 2025 08:06:55 +0000 Subject: [PATCH] fix(address): correct phone validation in address.json for version-15 Phone number validation was not working as expected in version-15. Updated regex pattern to align with the intended format. Fixes #33520 --- frappe/contacts/doctype/address/address.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index 842acb2c89..3e147cc205 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -109,7 +109,8 @@ { "fieldname": "phone", "fieldtype": "Data", - "label": "Phone" + "label": "Phone", + "options": "Phone" }, { "fieldname": "fax",