From 4f283f1b5ea1b822c138c051f05cc0e61201ec3f Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Thu, 1 Jan 2026 11:34:32 +0530 Subject: [PATCH] refactor: remove monthly distribution doctype from sidebar (cherry picked from commit 7e81be7b8c4fe7c57341b0216a02585211ce1ea9) # Conflicts: # erpnext/workspace_sidebar/budget.json --- erpnext/workspace_sidebar/budget.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/erpnext/workspace_sidebar/budget.json b/erpnext/workspace_sidebar/budget.json index dd9b6f87311..5c2787d3e7c 100644 --- a/erpnext/workspace_sidebar/budget.json +++ b/erpnext/workspace_sidebar/budget.json @@ -57,7 +57,22 @@ { "child": 0, "collapsible": 1, +<<<<<<< HEAD "icon": "sheet", +======= + "icon": "notepad-text", + "indent": 1, + "keep_closed": 1, + "label": "Reports", + "link_type": "DocType", + "show_arrow": 0, + "type": "Section Break" + }, + { + "child": 1, + "collapsible": 1, + "icon": "file-text", +>>>>>>> 7e81be7b8c (refactor: remove monthly distribution doctype from sidebar) "indent": 0, "keep_closed": 0, "label": "Budget Variance", @@ -67,7 +82,11 @@ "type": "Link" } ], +<<<<<<< HEAD "modified": "2026-01-10 00:06:13.032297", +======= + "modified": "2025-12-23 17:01:31.198860", +>>>>>>> 7e81be7b8c (refactor: remove monthly distribution doctype from sidebar) "modified_by": "Administrator", "module": "Accounts", "name": "Budget",