fix(Employee): treeview by barredterra [frappe] PR#39126
From: https://github.com/frappe/erpnext/pull/39126
Date: 2024-01-04 13:33:28+01:00
- fix(Employee): treeview (#39126)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39126
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease