[go: up one dir, main page]

Skip to content

fix: do not make MR against raw materials of available sub assemblies by rohitwaghchaure [frappe] PR#40085

From: https://github.com/frappe/erpnext/pull/40085
Date: 2024-02-24 17:04:55+05:30

  • fix: do not make MR against raw materials of available sub assemblies (#40085)



Diagnostics

pre-commit failed for source commit: 4c9048fb3960668edd63a6e716b26d2e444bc1f9
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/manufacturing/doctype/production_plan/test_production_plan.py:1533:3: F401 'erpnext.stock.utils.get_or_make_bin' imported but unused
erpnext/manufacturing/doctype/production_plan/test_production_plan.py:1555:3: F401 'erpnext.stock.doctype.warehouse.test_warehouse.create_warehouse' imported but unused
erpnext/manufacturing/doctype/production_plan/test_production_plan.py:1556:3: F401 'erpnext.stock.utils.get_or_make_bin' imported but unused



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

# 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

Loading