Merge pull request #42952 from frappe/mergify/bp/version-15-hotfix/pr-41925

fix: spec mobile and email fields for notifications (backport #41925)
This commit is contained in:
ruthra kumar
2024-08-28 10:13:26 +05:30
committed by GitHub

View File

@@ -308,13 +308,15 @@
"fetch_from": "customer_primary_contact.mobile_no", "fetch_from": "customer_primary_contact.mobile_no",
"fieldname": "mobile_no", "fieldname": "mobile_no",
"fieldtype": "Read Only", "fieldtype": "Read Only",
"label": "Mobile No" "label": "Mobile No",
"options": "Mobile"
}, },
{ {
"fetch_from": "customer_primary_contact.email_id", "fetch_from": "customer_primary_contact.email_id",
"fieldname": "email_id", "fieldname": "email_id",
"fieldtype": "Read Only", "fieldtype": "Read Only",
"label": "Email Id" "label": "Email Id",
"options": "Email"
}, },
{ {
"fieldname": "column_break_26", "fieldname": "column_break_26",
@@ -592,7 +594,7 @@
"link_fieldname": "party" "link_fieldname": "party"
} }
], ],
"modified": "2024-05-08 18:03:20.716169", "modified": "2024-06-17 03:24:59.612974",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Customer", "name": "Customer",
@@ -677,4 +679,4 @@
"states": [], "states": [],
"title_field": "customer_name", "title_field": "customer_name",
"track_changes": 1 "track_changes": 1
} }