fix: add company dynamic filters in number cards by Sugesh393 [frappe] PR#44257
From: https://github.com/frappe/erpnext/pull/44257
Date: 2024-11-21 12:09:24+05:30
- fix: remove irrelavent filters
- fix: add company dynamic filters in number cards
Diagnostics
pre-commit failed for source commit: 4e7725de669d544909124301c172b8c7d18221a2
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44257
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44257
# 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