Skip to content

Commit

Permalink
fix: HR Settings permissions (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman authored Jun 26, 2024
1 parent 6a28b71 commit 6062f15
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion hrms/hr/doctype/hr_settings/hr_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
"idx": 1,
"issingle": 1,
"links": [],
"modified": "2024-05-08 00:40:32.809157",
"modified": "2024-06-26 15:20:17.802079",
"modified_by": "Administrator",
"module": "HR",
"name": "HR Settings",
Expand All @@ -337,6 +337,21 @@
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "HR Manager",
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "HR User",
"share": 1
},
{
"read": 1,
"role": "Employee"
Expand Down

0 comments on commit 6062f15

Please sign in to comment.