fix: fetch/change tax template on basis of base_net_rate instead of net_rate by divyam-mistry [frappe] PR#39448
From: https://github.com/frappe/erpnext/pull/39448
Date: 2024-02-01 16:15:43+05:30
- fix: fetch/change tax template on basis of base_net_rate instead of net_rate (#39448)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39448
# 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