fix: align filter values in print by barredterra [frappe] PR#27019
From: https://github.com/frappe/frappe/pull/27019
Date: 2024-07-05 12:03:19+02:00
- fix: align filter values in print
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27019
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27019
# 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