fix: current batch qty showing zero in the stock reconciliation by rohitwaghchaure [frappe] PR#46831
From: https://github.com/frappe/erpnext/pull/46831
Date: 2025-04-01 13:15:06+05:30
- fix: current batch qty showing zero in the stock reconciliation
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46831
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46831
# 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