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
(cherry picked from commit ce86478)

# Conflicts:
#	hrms/payroll/doctype/payroll_period/payroll_period.json
  • Loading branch information
ruchamahabal authored and mergify[bot] committed May 7, 2024
1 parent 283c467 commit 1d7780a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hrms/payroll/doctype/payroll_period/payroll_period.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
}
],
"links": [],
<<<<<<< HEAD
"modified": "2020-06-29 17:17:12.689089",
=======
"modified": "2024-05-05 14:50:12.419714",
>>>>>>> ce8647884 (chore: grant Employee role read permission for Payroll Period (#1746))
"modified_by": "Administrator",
"module": "Payroll",
"name": "Payroll Period",
Expand All @@ -71,6 +75,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 1d7780a

Please sign in to comment.