fix: re-calculate outstanding / write-off amount during submission by sagarvora [frappe] PR#51057
From: https://github.com/frappe/erpnext/pull/51057
Date: 2025-12-11 22:37:59+05:30
- fix: re-calculate outstanding / write-off amount during submission
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51057
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51057
# 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