Skip to content

Commit

Permalink
fix: allow Employee role to select Department (#41877)
Browse files Browse the repository at this point in the history
(cherry picked from commit 56082f5)

# Conflicts:
#	erpnext/setup/doctype/department/department.json
  • Loading branch information
ruchamahabal authored and mergify[bot] committed Jun 12, 2024
1 parent 2f5533c commit 9c2b482
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions erpnext/setup/doctype/department/department.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@
"idx": 1,
"is_tree": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-08-28 17:26:46.826501",
=======
"modified": "2024-06-12 16:10:31.451257",
>>>>>>> 56082f5a29 (fix: allow Employee role to select Department (#41877))
"modified_by": "Administrator",
"module": "Setup",
"name": "Department",
Expand Down Expand Up @@ -132,6 +136,10 @@
"role": "HR Manager",
"share": 1,
"write": 1
},
{
"role": "Employee",
"select": 1
}
],
"show_name_in_global_search": 1,
Expand Down

0 comments on commit 9c2b482

Please sign in to comment.