fix: Values in transaction currency by deepeshgarg007 [frappe] PR#40849
From: https://github.com/frappe/erpnext/pull/40849
Date: 2024-04-03 17:28:24+05:30
- fix: Values in transaciton currency
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40849
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40849
# 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