fix(Project): filter department by company by barredterra [frappe] PR#40203
From: https://github.com/frappe/erpnext/pull/40203
Date: 2024-02-29 16:44:46+01:00
- fix(Project): filter department by company
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40203
# 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