1
0
forked from test/crm

fix: made read only field editable in lead doctype

This commit is contained in:
Shariq Ansari 2024-01-28 18:57:56 +05:30
parent d21f41288b
commit 4175371708

View File

@ -134,15 +134,13 @@
"fieldname": "no_of_employees", "fieldname": "no_of_employees",
"fieldtype": "Select", "fieldtype": "Select",
"label": "No. of Employees", "label": "No. of Employees",
"options": "1-10\n11-50\n51-200\n201-500\n501-1000\n1000+", "options": "1-10\n11-50\n51-200\n201-500\n501-1000\n1000+"
"read_only": 1
}, },
{ {
"fetch_from": "organization.annual_revenue", "fetch_from": "organization.annual_revenue",
"fieldname": "annual_revenue", "fieldname": "annual_revenue",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Annual Revenue", "label": "Annual Revenue"
"read_only": 1
}, },
{ {
"fieldname": "lead_owner", "fieldname": "lead_owner",
@ -294,7 +292,7 @@
"image_field": "image", "image_field": "image",
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2024-01-22 14:33:21.980634", "modified": "2024-01-28 18:35:02.604536",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM Lead", "name": "CRM Lead",