fix: better indicator base amount for Tax Witholding in Journal Entry by vorasmit [frappe] PR#44660
From: https://github.com/frappe/erpnext/pull/44660
Date: 2024-12-11 17:57:47+05:30
- fix: better indicator base amount for Tax Witholding in Journal Entry
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44660
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44660
# 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