fix: use company default currency in report by Sanket322 [frappe] PR#42458
From: https://github.com/frappe/erpnext/pull/42458
Date: 2024-07-24 13:42:04+05:30
- fix: set proper currency format
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42458
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42458
# 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