fix: incorrect requested quantity for the subcontracting order by rohitwaghchaure [frappe] PR#38455
From: https://github.com/frappe/erpnext/pull/38455
Date: 2023-11-30 10:25:22+05:30
- fix: incorrect requested quantity for the subcontracting order
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38455
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease