Skip to content

Commit

Permalink
Merge pull request #42952 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-41925

fix: spec mobile and email fields for notifications (backport #41925)
  • Loading branch information
ruthra-kumar authored Aug 28, 2024
2 parents 8d8dd0c + f56ee58 commit 2a820a8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions erpnext/selling/doctype/customer/customer.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,15 @@
"fetch_from": "customer_primary_contact.mobile_no",
"fieldname": "mobile_no",
"fieldtype": "Read Only",
"label": "Mobile No"
"label": "Mobile No",
"options": "Mobile"
},
{
"fetch_from": "customer_primary_contact.email_id",
"fieldname": "email_id",
"fieldtype": "Read Only",
"label": "Email Id"
"label": "Email Id",
"options": "Email"
},
{
"fieldname": "column_break_26",
Expand Down Expand Up @@ -592,7 +594,7 @@
"link_fieldname": "party"
}
],
"modified": "2024-05-08 18:03:20.716169",
"modified": "2024-06-17 03:24:59.612974",
"modified_by": "Administrator",
"module": "Selling",
"name": "Customer",
Expand Down Expand Up @@ -677,4 +679,4 @@
"states": [],
"title_field": "customer_name",
"track_changes": 1
}
}

0 comments on commit 2a820a8

Please sign in to comment.