Feat allow to transfer additional materials by rohitwaghchaure [frappe] PR#49503
From: https://github.com/frappe/erpnext/pull/49503
Date: 2025-09-09 11:44:17+05:30
- test: test case for additional material transfer
- feat: allow to transfer additional materials
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-49503
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-49503
# 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