fix: calculate AED exchange rate based on pegged value with USD by kavin-114 [frappe] PR#45215
From: https://github.com/frappe/erpnext/pull/45215
Date: 2025-01-20 17:28:47+05:30
- refactor: use dictionary for better expandability
- refactor: fix type error
- fix: calculate AED exchange rate based on pegged value with USD
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45215
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45215
# 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