Skip to content

fix: don't throw if item does not have default BOM by s-aga-r [frappe] PR#36709

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

See https://github.com/frappe/erpnext/pull/36709

Date: 2023-08-21T14:43:03+05:30

  • Merge pull request #36709 from s-aga-r/FIX-36695
  • fix: throw if BOM No is not set
  • fix: don't throw if item does not have default BOM



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

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports