Skip to content

Commit

Permalink
chore: add read perm for Employee on Attendance
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Apr 5, 2024
1 parent 592010e commit c82d9a4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion hrms/hr/doctype/attendance/attendance.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"idx": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-03-27 13:06:36.160893",
"modified": "2024-04-05 20:55:02.905452",
"modified_by": "Administrator",
"module": "HR",
"name": "Attendance",
Expand Down Expand Up @@ -254,6 +254,16 @@
"share": 1,
"submit": 1,
"write": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Employee",
"select": 1,
"share": 1
}
],
"search_fields": "employee,employee_name,attendance_date,status",
Expand Down

0 comments on commit c82d9a4

Please sign in to comment.