fix: incorrect qty picked in the pick list by rohitwaghchaure [frappe] PR#41378
From: https://github.com/frappe/erpnext/pull/41378
Date: 2024-05-08 17:56:10+05:30
- fix: incorrect qty picked in the pick list (#41378)
Diagnostics
pre-commit failed for source commit: 5ed1b6b8fb54befb2e247409da1387534e1f055d
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
erpnext/stock/doctype/pick_list/pick_list.py:14:1: F401 'frappe.query_builder.custom.GROUP_CONCAT' imported but unused
erpnext/stock/doctype/pick_list/pick_list.py:15:1: F401 'frappe.query_builder.functions.Replace' imported but unused
erpnext/stock/doctype/pick_list/pick_list.py:16:1: F401 'frappe.utils.ceil' imported but unused
erpnext/stock/doctype/pick_list/pick_list.py:22:1: F401 'erpnext.stock.doctype.serial_and_batch_bundle.serial_and_batch_bundle.get_picked_serial_nos' imported but unused
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41378
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41378
# 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