From cf2868953d473b498989c1ac6f58af93696828d4 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 29 Nov 2023 12:59:09 +0530 Subject: [PATCH] fix: changed lead/deal status from select to link field --- crm/fcrm/doctype/crm_deal/crm_deal.json | 6 +++--- crm/fcrm/doctype/crm_lead/crm_lead.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crm/fcrm/doctype/crm_deal/crm_deal.json b/crm/fcrm/doctype/crm_deal/crm_deal.json index cefe2e2e..4cf453ea 100644 --- a/crm/fcrm/doctype/crm_deal/crm_deal.json +++ b/crm/fcrm/doctype/crm_deal/crm_deal.json @@ -111,10 +111,10 @@ { "default": "Qualification", "fieldname": "status", - "fieldtype": "Select", + "fieldtype": "Link", "in_list_view": 1, "label": "Status", - "options": "Qualification\nDemo/Making\nProposal/Quotation\nNegotiation\nReady to Close\nWon\nLost", + "options": "CRM Deal Status", "reqd": 1, "search_index": 1 }, @@ -138,7 +138,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-11-24 16:50:07.177125", + "modified": "2023-11-29 11:31:46.968519", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Deal", diff --git a/crm/fcrm/doctype/crm_lead/crm_lead.json b/crm/fcrm/doctype/crm_lead/crm_lead.json index 8a60704d..300f9901 100644 --- a/crm/fcrm/doctype/crm_lead/crm_lead.json +++ b/crm/fcrm/doctype/crm_lead/crm_lead.json @@ -74,10 +74,10 @@ { "default": "Open", "fieldname": "status", - "fieldtype": "Select", + "fieldtype": "Link", "in_list_view": 1, "label": "Status", - "options": "Open\nContacted\nNurture\nQualified\nUnqualified\nJunk", + "options": "CRM Lead Status", "reqd": 1, "search_index": 1 }, @@ -201,7 +201,7 @@ "image_field": "image", "index_web_pages_for_search": 1, "links": [], - "modified": "2023-11-24 16:38:36.695965", + "modified": "2023-11-29 11:31:08.555096", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Lead",