fix: use non-standard-fieldname-for-bdget

This commit is contained in:
khushi8112
2026-01-05 14:37:38 +05:30
parent c297282fa5
commit fa0ac8db4d

View File

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