fix: over billed purchase receipt status by mihir-kandoi [frappe] PR#48820
From: https://github.com/frappe/erpnext/pull/48820
Date: 2025-07-29 11:15:14+05:30
- fix: over billed purchase receipt status
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48820
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48820
# 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