From fa0ac8db4d568189107bbcacc40845334c436618 Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Mon, 5 Jan 2026 14:37:38 +0530 Subject: [PATCH] fix: use non-standard-fieldname-for-bdget --- erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py b/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py index bc966916ef3..ecbde0acdda 100644 --- a/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py +++ b/erpnext/accounts/doctype/fiscal_year/fiscal_year_dashboard.py @@ -4,6 +4,7 @@ from frappe import _ def get_data(): return { "fieldname": "fiscal_year", + "non_standard_fieldnames": {"Budget": "from_fiscal_year"}, "transactions": [ {"label": _("Budgets"), "items": ["Budget"]}, {"label": _("References"), "items": ["Period Closing Voucher"]},