fix: missing discount on POS Credit Notes by ruthra-kumar [frappe] PR#42287
From: https://github.com/frappe/erpnext/pull/42287
Date: 2024-07-11 17:21:41+05:30
- fix: missing discount on POS Credit Notes
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42287
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42287
# 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