Skip to content

Commit

Permalink
fix(Shift Type): rename misleading Enable Entry/Exit Grace Period che…
Browse files Browse the repository at this point in the history
…ckbox label (#784)

Co-authored-by: Rucha Mahabal <[email protected]>
(cherry picked from commit e6d9805)
  • Loading branch information
krantheman authored and mergify[bot] committed Aug 17, 2023
1 parent a13ee09 commit 893919c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hrms/hr/doctype/shift_type/shift_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"default": "0",
"fieldname": "enable_entry_grace_period",
"fieldtype": "Check",
"label": "Enable Entry Grace Period"
"label": "Enable Late Entry Marking"
},
{
"depends_on": "enable_entry_grace_period",
Expand All @@ -112,7 +112,7 @@
"default": "0",
"fieldname": "enable_exit_grace_period",
"fieldtype": "Check",
"label": "Enable Exit Grace Period"
"label": "Enable Early Exit Marking"
},
{
"depends_on": "eval:doc.enable_exit_grace_period",
Expand All @@ -138,7 +138,7 @@
"depends_on": "enable_auto_attendance",
"fieldname": "grace_period_settings_auto_attendance_section",
"fieldtype": "Section Break",
"label": "Grace Period Settings For Auto Attendance"
"label": "Late Entry & Early Exit Settings for Auto Attendance"
},
{
"default": "0",
Expand Down Expand Up @@ -168,7 +168,7 @@
}
],
"links": [],
"modified": "2023-05-02 11:49:20.020685",
"modified": "2023-08-11 20:30:13.358549",
"modified_by": "Administrator",
"module": "HR",
"name": "Shift Type",
Expand Down

0 comments on commit 893919c

Please sign in to comment.