fix(manufacturing): set pick list purpose while creating it from work order

(cherry picked from commit 23ccc2a8c5)
This commit is contained in:
Sudharsanan11
2026-02-12 00:35:27 +05:30
committed by Mergify
parent cc7de7e66e
commit 131e279a0c

View File

@@ -2677,6 +2677,7 @@ def create_pick_list(source_name, target_doc=None, for_qty=None):
target_doc,
)
doc.purpose = "Material Transfer for Manufacture"
doc.for_qty = for_qty
doc.set_item_locations()