Skip to content

Commit

Permalink
fix: allow Employee role to select Department (backport #41877) (#41880)
Browse files Browse the repository at this point in the history
* fix: allow Employee role to select Department (#41877)

(cherry picked from commit 56082f5)

# Conflicts:
#	erpnext/setup/doctype/department/department.json

* chore: fix conflicts

---------

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
  • Loading branch information
mergify[bot] and ruchamahabal authored Jun 12, 2024
1 parent 7234625 commit 245c6d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion erpnext/setup/doctype/department/department.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2023-08-28 17:26:46.826501",
"modified": "2024-06-12 16:10:31.451257",
"modified_by": "Administrator",
"module": "Setup",
"name": "Department",
Expand Down Expand Up @@ -132,6 +132,10 @@
"role": "HR Manager",
"share": 1,
"write": 1
},
{
"role": "Employee",
"select": 1
}
],
"show_name_in_global_search": 1,
Expand Down

0 comments on commit 245c6d8

Please sign in to comment.