fix: sales / purchase return validation issue by rohitwaghchaure [frappe] PR#40741
From: https://github.com/frappe/erpnext/pull/40741
Date: 2024-03-28 14:55:31+05:30
- fix: sales / prchase return validation issue
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40741
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40741
# 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