diff --git a/hrms/hr/doctype/leave_type/leave_type.json b/hrms/hr/doctype/leave_type/leave_type.json index 68ad4da3f1..bc25f221e4 100644 --- a/hrms/hr/doctype/leave_type/leave_type.json +++ b/hrms/hr/doctype/leave_type/leave_type.json @@ -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", @@ -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",