Skip to content

fix: add in some indices to speed up Purchase Order deletion by akhilnarang [frappe] PR#41601

Bot Dokos requested to merge ft-pr-41601 into develop

From: https://github.com/frappe/erpnext/pull/41601
Date: 2024-05-23 16:36:41+05:30

  • fix: add in some indices to speed up Purchase Order deletion



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41601

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41601

# 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

Merge request reports