fix: Show amount in transaction currency in general ledger report by nabinhait [frappe] PR#40863
From: https://github.com/frappe/erpnext/pull/40863
Date: 2024-04-04 19:58:17+05:30
- fix: Show amount in transaction currency in general ledger report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40863
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40863
# 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