fix: correctly calculate diff amount for included taxes by GursheenK [frappe] PR#39655
From: https://github.com/frappe/erpnext/pull/39655
Date: 2024-02-01 10:13:29+05:30
- fix: correctly calculate diff amount for included taxes (#39655)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39655
# 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