From 8acf373e68780476c172cf4943f329def36f4ef4 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 8 Jan 2026 15:23:40 +0530 Subject: [PATCH] fix: Workspace sidebar links for Debit/Credit Notes --- erpnext/workspace_sidebar/accounting.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/workspace_sidebar/accounting.json b/erpnext/workspace_sidebar/accounting.json index e40f17b546f..a7286ecbfd0 100644 --- a/erpnext/workspace_sidebar/accounting.json +++ b/erpnext/workspace_sidebar/accounting.json @@ -67,7 +67,7 @@ { "child": 1, "collapsible": 1, - "filters": "", + "filters": "[[\"Sales Invoice\",\"is_return\",\"=\",1]]", "icon": "", "indent": 0, "keep_closed": 0, @@ -126,6 +126,7 @@ { "child": 1, "collapsible": 1, + "filters": "[[\"Purchase Invoice\",\"is_return\",\"=\",1]]", "indent": 0, "keep_closed": 0, "label": "Debit Note", @@ -570,7 +571,7 @@ "type": "Link" } ], - "modified": "2026-01-02 18:07:04.450536", + "modified": "2026-01-08 15:04:31.767795", "modified_by": "Administrator", "module": "Accounts", "name": "Accounting",