fix(stock): remove filter from query by mihir-kandoi [frappe] PR#50104
From: https://github.com/frappe/erpnext/pull/50104
Date: 2025-10-14 23:37:45+05:30
- fix(stock): remove filter from query
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50104
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50104
# 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