fix(manufacturing): get items for disassembly order by Sudharsanan11 [frappe] PR#51047
From: https://github.com/frappe/erpnext/pull/51047
Date: 2025-12-11 16:35:02+05:30
- fix(manufacturing): get items for disassembly order
- fix(manufacturing): add validation for disassemble qty
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51047
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51047
# 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