fix: broken image issue in BOM Tree by iamejaaz [frappe] PR#45344
From: https://github.com/frappe/erpnext/pull/45344
Date: 2025-01-20 17:49:18+05:30
- fix: broken image issue in BOM Tree
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45344
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45344
# 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