fix: Filters in trend reports by deepeshgarg007 [frappe] PR#40734
From: https://github.com/frappe/erpnext/pull/40734
Date: 2024-03-28 12:25:42+05:30
- chore: remove hardcoded FY
- fix: Filters in trend reports
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40734
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40734
# 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