fix(currency exchange settings): added backward compatibility for frankfurter api by diptanilsaha [frappe] PR#51037
From: https://github.com/frappe/erpnext/pull/51037
Date: 2025-12-11 14:59:05+05:30
- fix(currency exchange settings): added backward compatibility for frankfurter api
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51037
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51037
# 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