fix: BOM Creator Recursion Error on duplicate save by casesolved-co-uk [frappe] PR#41622
From: https://github.com/frappe/erpnext/pull/41622
Date: 2024-07-04 10:05:56+01:00
- fix: BOM Creator Recursion Error on duplicate save (#41622)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41622
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41622
# 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