Revert "fix: query report filters" by sagarvora [frappe] PR#27001
From: https://github.com/frappe/frappe/pull/27001
Date: 2024-07-05 07:58:23+05:30
- Revert "fix: query report filters"
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27001
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27001
# 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