From 01c560eb99e1e53c75778122ec45900918a79351 Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Mon, 5 Jan 2026 14:38:33 +0530 Subject: [PATCH] refactor: remove budget reference from monthly distribution dashboard --- .../monthly_distribution/monthly_distribution_dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/doctype/monthly_distribution/monthly_distribution_dashboard.py b/erpnext/accounts/doctype/monthly_distribution/monthly_distribution_dashboard.py index ba2cb671d40..921af59b50a 100644 --- a/erpnext/accounts/doctype/monthly_distribution/monthly_distribution_dashboard.py +++ b/erpnext/accounts/doctype/monthly_distribution/monthly_distribution_dashboard.py @@ -11,6 +11,5 @@ def get_data(): }, "transactions": [ {"label": _("Target Details"), "items": ["Sales Person", "Territory", "Sales Partner"]}, - {"items": ["Budget"]}, ], }