perf: reduce query when validating any doc by sagarvora [frappe] PR#46870
From: https://github.com/frappe/erpnext/pull/46870
Date: 2025-04-05 23:04:42+05:30
- perf: reduce query when validating any doc
Diagnostics
Conflicts detected for source commit: b863296e5331739004ffb8eaffdc77a36515f50b
- DU erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.py
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46870
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46870
# 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