mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
Merge pull request #52628 from aerele/fix/support-#59774
fix(manufacturing): set pick list purpose while creating it from work order
This commit is contained in:
@@ -2694,6 +2694,7 @@ def create_pick_list(source_name: str, target_doc: str | None = None, for_qty: f
|
|||||||
target_doc,
|
target_doc,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
doc.purpose = "Material Transfer for Manufacture"
|
||||||
doc.for_qty = for_qty
|
doc.for_qty = for_qty
|
||||||
|
|
||||||
doc.set_item_locations()
|
doc.set_item_locations()
|
||||||
|
|||||||
Reference in New Issue
Block a user