mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
refactor: update label and description on short year checkbox
Is short/long year.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user