fix: use serial/batch field for rejected items by rohitwaghchaure [frappe] PR#40327
From: https://github.com/frappe/erpnext/pull/40327
Date: 2024-03-07 14:14:19+05:30
- fix: use serial/batch field for rejected items (#40327)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40327
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40327
# 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