From e295a37608a46c96336c09fdc85f606de2faff53 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 13 Sep 2024 15:52:46 +0530 Subject: [PATCH] fix: added address field in organization --- .../doctype/crm_organization/crm_organization.json | 11 +++++++++-- frontend/src/components/Kanban/KanbanView.vue | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/crm/fcrm/doctype/crm_organization/crm_organization.json b/crm/fcrm/doctype/crm_organization/crm_organization.json index ce424763..d371ca52 100644 --- a/crm/fcrm/doctype/crm_organization/crm_organization.json +++ b/crm/fcrm/doctype/crm_organization/crm_organization.json @@ -15,7 +15,8 @@ "column_break_pnpp", "website", "territory", - "industry" + "industry", + "address" ], "fields": [ { @@ -68,12 +69,18 @@ "fieldtype": "Link", "label": "Currency", "options": "Currency" + }, + { + "fieldname": "address", + "fieldtype": "Link", + "label": "Address", + "options": "Address" } ], "image_field": "organization_logo", "index_web_pages_for_search": 1, "links": [], - "modified": "2024-06-20 12:59:55.297752", + "modified": "2024-09-13 15:52:05.106389", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Organization", diff --git a/frontend/src/components/Kanban/KanbanView.vue b/frontend/src/components/Kanban/KanbanView.vue index 3497cdc4..22cdb13b 100644 --- a/frontend/src/components/Kanban/KanbanView.vue +++ b/frontend/src/components/Kanban/KanbanView.vue @@ -1,5 +1,5 @@