fix: use serial/batch fields for subcontracting receipt and in transit in stock entry by rohitwaghchaure [frappe] PR#40594
From: https://github.com/frappe/erpnext/pull/40594
Date: 2024-03-21 20:28:16+05:30
- fix: use serial/batch fields for subcontracting receipt and in transit stock entry
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40594
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40594
# 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