fix: discount accounting by 0xD0M1M0 [frappe] PR#45932
From: https://github.com/frappe/erpnext/pull/45932
Date: 2025-02-20 17:12:21+01:00
- feat: add testcase for discount_payment_entry
- fix: only negative for "Pay"
- fix: discount accounting
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45932
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45932
# 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