fix(accounts): correct typo in monthly auto exchange rate revaluation filter by emmanuel-mwendwa [frappe] PR#49296
From: https://github.com/frappe/erpnext/pull/49296
Date: 2025-08-25 03:35:55+00:00
- refactor: centralize exchange rate revaluation scheduling logic
- fix: correct typo in monthly auto exchange rate revaluation filter
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-49296
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-49296
# 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