fix: automatically append taxes if taxes_and_charges is set in Buying controller by ljain112 [frappe] PR#50469
From: https://github.com/frappe/erpnext/pull/50469
Date: 2025-11-11 14:00:55+05:30
- test: add automatic tax addition for buying controller
- fix: automatically append taxes if taxes_and_charges is set in Buying controller
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50469
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50469
# 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