Skip to content

Commit

Permalink
chore: grant Employee role read permission for Payroll Period (backport
Browse files Browse the repository at this point in the history
#1746) (#1748)

* chore: grant Employee role read permission for Payroll Period (#1746)

(cherry picked from commit ce86478)

# Conflicts:
#	hrms/payroll/doctype/payroll_period/payroll_period.json

* chore: fix conflicts

---------

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
  • Loading branch information
mergify[bot] and ruchamahabal committed May 7, 2024
1 parent 283c467 commit 1049d46
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": "2020-06-29 17:17:12.689089",
"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 1049d46

Please sign in to comment.