fix: creation of return/debit note from purchase invoice by Nihantra-Patel [frappe] PR#40940
From: https://github.com/frappe/erpnext/pull/40940
Date: 2024-04-10 14:43:38+05:30
- fix: creation of return/debit note from sales invoice prettier
- fix: creation of return/debit note from sales invoice
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40940
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40940
# 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