refactor: move ignore ERR filter from SOA to General Ledger by ruthra-kumar [frappe] PR#39671
From: https://github.com/frappe/erpnext/pull/39671
Date: 2024-02-01 15:46:57+05:30
- refactor(test): use party with USD billing currency
- test: ignore_err filter out in General Ledger
- refactor: move ignore ERR filters from SOA to General Ledger
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39671
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease