Skip to content

Commit

Permalink
fix(Employee Grievance): fix perms for Reports To field
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Aug 21, 2024
1 parent 12b0950 commit 7ca003c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hrms/hr/doctype/employee_grievance/employee_grievance.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"fetch_from": "raised_by.reports_to",
"fieldname": "reports_to",
"fieldtype": "Link",
"ignore_user_permissions": 1,
"label": "Reports To",
"options": "Employee",
"read_only": 1
Expand Down Expand Up @@ -202,7 +203,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-03-27 13:09:39.125808",
"modified": "2024-08-21 15:46:21.711485",
"modified_by": "Administrator",
"module": "HR",
"name": "Employee Grievance",
Expand Down

0 comments on commit 7ca003c

Please sign in to comment.