fix: use base currency total for UAE VAT 201 report by ruthra-kumar [frappe] PR#46508
From: https://github.com/frappe/erpnext/pull/46508
Date: 2025-03-14 11:50:16+05:30
- test: report ouput on foreign currency PI
- fix: use base currency total
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46508
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46508
# 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