fix: show only stock items in delivered items to be billed and received items to be billed reports by ravibharathi656 [frappe] PR#50418
From: https://github.com/frappe/erpnext/pull/50418
Date: 2025-11-08 15:06:58+05:30
- fix: show only stock items in delivered items to be billed and received items to be billed reports
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50418
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50418
# 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