From 174104c0d4899b150b43779e7656511b026e65b2 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 31 Jan 2022 13:21:08 +0530 Subject: [PATCH] feat: Workspace link for Cost Center Allocation --- erpnext/accounts/workspace/accounting/accounting.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/erpnext/accounts/workspace/accounting/accounting.json b/erpnext/accounts/workspace/accounting/accounting.json index 203ea20882..a456c7fb57 100644 --- a/erpnext/accounts/workspace/accounting/accounting.json +++ b/erpnext/accounts/workspace/accounting/accounting.json @@ -1023,6 +1023,17 @@ "onboard": 0, "type": "Link" }, + { + "dependencies": "Cost Center", + "hidden": 0, + "is_query_report": 0, + "label": "Cost Center Allocation", + "link_count": 0, + "link_to": "Cost Center Allocation", + "link_type": "DocType", + "onboard": 0, + "type": "Link" + }, { "dependencies": "Cost Center", "hidden": 0,