perf: cache product bundle items at document level by sagarvora [frappe] PR#44440
From: https://github.com/frappe/erpnext/pull/44440
Date: 2024-11-29 22:51:32+05:30
- perf: cache product bundle items at document level (#44440)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44440
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44440
# 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