fix: updated logic for calculating tax_withholding_net_total in payment entry by ljain112 [frappe] PR#42060
From: https://github.com/frappe/erpnext/pull/42060
Date: 2024-07-02 19:07:31+05:30
- fix: updated logic for calculating tax_withholding_net_total in payment entry
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42060
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42060
# 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