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"]},