Merge pull request #44206 from frappe/mergify/bp/version-15-hotfix/pr-44145

fix: updated label "Is short year" to "Is Short/Long year" for both short and long fiscal years (backport #44145)
This commit is contained in:
ruthra kumar
2024-11-19 14:47:19 +05:30
committed by GitHub

View File

@@ -72,10 +72,10 @@
}, },
{ {
"default": "0", "default": "0",
"description": "Less than 12 months.", "description": "More/Less than 12 months.",
"fieldname": "is_short_year", "fieldname": "is_short_year",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Is Short Year", "label": "Is Short/Long Year",
"set_only_once": 1 "set_only_once": 1
} }
], ],