mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
fix(stock): respect manual picking when mapping sales orders (#59170)
This commit is contained in:
@@ -1104,7 +1104,8 @@ def create_pick_list(source_name: str, target_doc: str | dict | Document | None
|
||||
|
||||
doc.purpose = "Delivery"
|
||||
|
||||
doc.set_item_locations()
|
||||
if not doc.pick_manually:
|
||||
doc.set_item_locations()
|
||||
|
||||
return doc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user