fix: not able to make manufacturing entry for alternate items by rohitwaghchaure [frappe] PR#45646
From: https://github.com/frappe/erpnext/pull/45646
Date: 2025-01-31 23:04:54+05:30
- fix: not able to make manufacturing entry for alternate items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45646
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45646
# 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