fix: ensure qty conversion when creating production plan from SO by vorasmit [frappe] PR#46515
From: https://github.com/frappe/erpnext/pull/46515
Date: 2025-03-13 18:33:22+05:30
- fix: ensure qty conversion when creating production plan from SO
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46515
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46515
# 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