fix: Discount and taxes in return document should follow the reference document by nabinhait [frappe] PR#41911
From: https://github.com/frappe/erpnext/pull/41911
Date: 2024-08-01 14:51:01+05:30
- fix: Discount and taxes in return document should follow the reference document (#41911)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41911
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41911
# 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