fix: return from accepted and rejected warehouse at a same time not working by rohitwaghchaure [frappe] PR#41872
From: https://github.com/frappe/erpnext/pull/41872
Date: 2024-06-12 14:33:25+05:30
- fix: return from accepted and rejected warehouse at a same time not working
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41872
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41872
# 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