fix: ignore cancelled payments in Sales/Purchase Register by ruthra-kumar [frappe] PR#39125
From: https://github.com/frappe/erpnext/pull/39125
Date: 2024-01-03 20:56:12+05:30
- fix: ignore cancelled payments in Sales/Purchase Register
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39125
# 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