fix: Show order tax amount in customer currency on the portal by nabinhait [frappe] PR#44915
From: https://github.com/frappe/erpnext/pull/44915
Date: 2024-12-26 18:18:35+05:30
- fix: Show order tax amount in customer currency on the portal (#44915)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44915
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44915
# 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