Skip to content

Commit

Permalink
Merge pull request #2529 from ruchamahabal/leave-type-fields-clarity
Browse files Browse the repository at this point in the history
fix(UX): Change label for confusing Leave Type fields - Applicable After & Maximum Leave Allocation Allowed
  • Loading branch information
ruchamahabal authored Dec 18, 2024
2 parents 0faf93a + 1157290 commit bcce216
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": "2024-03-27 13:10:02.014828",
"modified": "2024-12-18 19:51:44.162375",
"modified_by": "Administrator",
"module": "HR",
"name": "Leave Type",
Expand Down

0 comments on commit bcce216

Please sign in to comment.