fix: made mobile_no, email & phone readonly since it captures primary contacts data

(cherry picked from commit bcfe4b6a4991c731f40f1a17fbf3454b1879ffc8)
This commit is contained in:
Shariq Ansari 2025-07-05 12:30:40 +05:30 committed by Mergify
parent b6b5d47168
commit ca52a29b6e

View File

@ -130,14 +130,16 @@
{
"fieldname": "email",
"fieldtype": "Data",
"label": "Email",
"options": "Email"
"label": "Primary Email",
"options": "Email",
"read_only": 1
},
{
"fieldname": "mobile_no",
"fieldtype": "Data",
"label": "Mobile No",
"options": "Phone"
"label": "Primary Mobile No",
"options": "Phone",
"read_only": 1
},
{
"default": "Qualification",
@ -250,8 +252,9 @@
{
"fieldname": "phone",
"fieldtype": "Data",
"label": "Phone",
"options": "Phone"
"label": "Primary Phone",
"options": "Phone",
"read_only": 1
},
{
"fieldname": "log_tab",
@ -411,7 +414,7 @@
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-07-02 11:07:50.192089",
"modified": "2025-07-05 12:25:05.927806",
"modified_by": "Administrator",
"module": "FCRM",
"name": "CRM Deal",