Skip to content

Commit

Permalink
chore: grant Employee role read permission for Payroll Period (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed May 7, 2024
1 parent 80d25f1 commit ce86478
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion hrms/payroll/doctype/payroll_period/payroll_period.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"links": [],
"modified": "2024-03-27 13:10:12.419714",
"modified": "2024-05-05 14:50:12.419714",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Payroll Period",
Expand All @@ -71,6 +71,15 @@
"share": 1,
"write": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Employee",
"share": 1
},
{
"create": 1,
"delete": 1,
Expand Down

0 comments on commit ce86478

Please sign in to comment.