fix(stock): respect manual picking when mapping sales orders (#59170)

This commit is contained in:
Pandiyan P
2026-09-18 16:31:56 +05:30
committed by GitHub
parent 622b7e0caa
commit 4bbd07944d

View File

@@ -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