refactor: use flt on outstanding on AR/AP summary report by ruthra-kumar [frappe] PR#38457
From: https://github.com/frappe/erpnext/pull/38457
Date: 2023-11-30 15:57:57+05:30
- refactor: use flt on outstanding on AR/AP summary report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38457
# 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