fix(transaction-deletion): Add virtual doctypes to the list of ignored doctypes by KerollesFathy [frappe] PR#51063
From: https://github.com/frappe/erpnext/pull/51063
Date: 2025-12-12 20:38:02+00:00
- refactor: remove redundant assignment of doctypes_to_be_ignored_list
- refactor: switch to
or_filtersso the query hits the DB only once - fix: Add virtual doctypes to the list of ignored doctypes in transaction deletion
Diagnostics
Conflicts detected for source commit: c7a7cb2b9016c38791a7dafb179833448488f4c9
- DU erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.py
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51063
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51063
# 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