fix: set currency on change of company considering customer default currency by nabinhait [frappe] PR#42405
From: https://github.com/frappe/erpnext/pull/42405
Date: 2024-07-31 11:44:05+05:30
- fix: set currency on change of company considering customer default currency (#42405)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42405
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42405
# 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