From a74eec01eae4d6e6bafc536d0dacc78e5987be21 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 23 Feb 2022 14:27:09 +0530 Subject: [PATCH] fix: Added report link in the Payroll workspace --- erpnext/payroll/workspace/payroll/payroll.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/erpnext/payroll/workspace/payroll/payroll.json b/erpnext/payroll/workspace/payroll/payroll.json index 762bea02c73..5629e630215 100644 --- a/erpnext/payroll/workspace/payroll/payroll.json +++ b/erpnext/payroll/workspace/payroll/payroll.json @@ -245,6 +245,17 @@ "onboard": 0, "type": "Link" }, + { + "dependencies": "Salary Structure", + "hidden": 0, + "is_query_report": 1, + "label": "Income Tax Computation", + "link_count": 0, + "link_to": "Income Tax Computation", + "link_type": "Report", + "onboard": 0, + "type": "Link" + }, { "dependencies": "Salary Slip", "hidden": 0, @@ -312,7 +323,7 @@ "type": "Link" } ], - "modified": "2022-01-13 17:41:19.098813", + "modified": "2022-02-23 17:41:19.098813", "modified_by": "Administrator", "module": "Payroll", "name": "Payroll",