fix: actual qty showing blank for sub-assembly items by rohitwaghchaure [frappe] PR#45642
From: https://github.com/frappe/erpnext/pull/45642
Date: 2025-01-31 15:51:09+05:30
- fix: actual qty showing blank for sub-assembly items
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45642
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45642
# 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