fix: unallocated amount after taxes and charges by GursheenK [frappe] PR#39449
From: https://github.com/frappe/erpnext/pull/39449
Date: 2024-01-18 15:05:19+05:30
- fix: linting issue
- fix: set unallocated amount after base tax
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39449
# 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