fix: incorrect material request quantity in Production Plan by rohitwaghchaure [frappe] PR#38566
Loading
From: https://github.com/frappe/erpnext/pull/38566
Date: 2023-12-05 13:34:54+05:30
# Checkout locally
git fetch upstream
git switch ft-pr-38566
# 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