perf: reduce queries during transaction save by sagarvora [frappe] PR#44443
From: https://github.com/frappe/erpnext/pull/44443
Date: 2024-11-30 00:11:03+05:30
- perf: reduce queries during transaction save
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44443
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44443
# 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