diff --git a/crm/crm/doctype/crm_note/crm_note.json b/crm/crm/doctype/crm_note/crm_note.json index 1e19b4c5..2af17976 100644 --- a/crm/crm/doctype/crm_note/crm_note.json +++ b/crm/crm/doctype/crm_note/crm_note.json @@ -8,7 +8,8 @@ "engine": "InnoDB", "field_order": [ "title", - "content" + "content", + "lead" ], "fields": [ { @@ -24,11 +25,17 @@ "in_list_view": 1, "in_standard_filter": 1, "label": "Content" + }, + { + "fieldname": "lead", + "fieldtype": "Link", + "label": "Lead", + "options": "CRM Lead" } ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-08-26 12:06:59.674655", + "modified": "2023-08-26 19:09:21.850043", "modified_by": "Administrator", "module": "CRM", "name": "CRM Note", diff --git a/frontend/src/components/Activities.vue b/frontend/src/components/Activities.vue index 52256faa..084e3b55 100644 --- a/frontend/src/components/Activities.vue +++ b/frontend/src/components/Activities.vue @@ -1,9 +1,65 @@ diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index 318a9390..3a12fc27 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -66,11 +66,17 @@
- + -
{{ deal.data.organization_name }}
+
+ {{ deal.data.organization_name }} +
+