mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
Merge pull request #52775 from frappe/mergify/bp/version-16-hotfix/pr-52628
fix(manufacturing): set pick list purpose while creating it from work order (backport #52628)
This commit is contained in:
@@ -2677,6 +2677,7 @@ def create_pick_list(source_name, target_doc=None, for_qty=None):
|
|||||||
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