fix: allow Employee role to select Department by ruchamahabal [frappe] PR#41877
From: https://github.com/frappe/erpnext/pull/41877
Date: 2024-06-12 16:49:39+05:30
- fix: allow Employee role to select Department (#41877)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41877
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41877
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease