feat: add production plan test for complex bom qtys by casesolved-co-uk [frappe] PR#41936
From: https://github.com/frappe/erpnext/pull/41936
Date: 2024-06-17 17:44:37+01:00
- feat: add production plan test for complex bom qtys
Diagnostics
pre-commit failed for source commit: a2ba0f51a0720ae6e2e2b5a511bf2f4b84fd85c4
Run ruff formatter.......................................................Failed
- hook id: ruff-format
- files were modified by this hook
1 file reformatted, 1 file left unchanged
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41936
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41936
# 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