Skip to content

Commit

Permalink
Merge pull request #2531 from frappe/mergify/bp/version-15-hotfix/pr-…
Browse files Browse the repository at this point in the history
…2529

fix(UX): Change label for confusing Leave Type fields - Applicable After & Maximum Leave Allocation Allowed (backport #2529)
  • Loading branch information
ruchamahabal authored Dec 20, 2024
2 parents 229244e + 0b5ccce commit 6027906
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hrms/hr/doctype/leave_type/leave_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@
{
"fieldname": "max_leaves_allowed",
"fieldtype": "Float",
"label": "Maximum Leave Allocation Allowed"
"label": "Maximum Leave Allocation Allowed per Leave Period"
},
{
"description": "Minimum working days required since Date of Joining to apply for this leave",
"fieldname": "applicable_after",
"fieldtype": "Int",
"label": "Applicable After (Working Days)"
"label": "Allow Leave Application After (Working Days)"
},
{
"fieldname": "max_continuous_days_allowed",
Expand Down Expand Up @@ -234,7 +235,7 @@
"icon": "fa fa-flag",
"idx": 1,
"links": [],
"modified": "2023-10-23 15:34:04.281308",
"modified": "2024-12-18 19:51:44.162375",
"modified_by": "Administrator",
"module": "HR",
"name": "Leave Type",
Expand Down

0 comments on commit 6027906

Please sign in to comment.