fix: Payment Entry fixes by vishakhdesai [frappe] PR#46177
From: https://github.com/frappe/erpnext/pull/46177
Date: 2025-02-27 18:18:49+05:30
- fix: payment entry exchange gain loss issue
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46177
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46177
# 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