fix: serial and batch bundle return not working by rohitwaghchaure [frappe] PR#38754
From: https://github.com/frappe/erpnext/pull/38754
Date: 2023-12-17 12:42:07+05:30
- fix: serial and batch bundle return not working (#38754)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38754
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease