Skip to content

Commit

Permalink
feat: add Allow Multiple Shift Assignments to HR Settings
Browse files Browse the repository at this point in the history
(cherry picked from commit b86fae5)
  • Loading branch information
krantheman authored and mergify[bot] committed Dec 7, 2023
1 parent 67c62cd commit c65637e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion hrms/hr/doctype/hr_settings/hr_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"column_break_hyec",
"sender",
"sender_email",
"shift_management_settings_section",
"allow_multiple_shift_assignments",
"leave_and_expense_claim_settings",
"send_leave_notification",
"leave_approval_notification_template",
Expand Down Expand Up @@ -267,13 +269,24 @@
{
"fieldname": "column_break_hyec",
"fieldtype": "Column Break"
},
{
"default": "1",
"fieldname": "allow_multiple_shift_assignments",
"fieldtype": "Check",
"label": "Allow Multiple Shift Assignments for Same Date"
},
{
"fieldname": "shift_management_settings_section",
"fieldtype": "Section Break",
"label": "Shift Management Settings"
}
],
"icon": "fa fa-cog",
"idx": 1,
"issingle": 1,
"links": [],
"modified": "2023-11-01 11:06:31.329718",
"modified": "2023-11-22 18:56:33.884740",
"modified_by": "Administrator",
"module": "HR",
"name": "HR Settings",
Expand Down

0 comments on commit c65637e

Please sign in to comment.