fix: remove cancelled payment entry from Payment Period Based On Invoice Date by Nihantra-Patel [frappe] PR#39831
From: https://github.com/frappe/erpnext/pull/39831
Date: 2024-02-09 16:27:52+05:30
- fix: remove cancelled payment entry from PPBOID report
- fix: remove cancelled payment entry from Payment Period Based On Invoice Date
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39831
# 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