Skip to content

Commit 23ccc2a

Browse files
committed
fix(manufacturing): set pick list purpose while creating it from work order
1 parent da07f84 commit 23ccc2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erpnext/manufacturing/doctype/work_order/work_order.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,6 +2685,7 @@ def update_item_quantity(source, target, source_parent):
26852685
target_doc,
26862686
)
26872687

2688+
doc.purpose = "Material Transfer for Manufacture"
26882689
doc.for_qty = for_qty
26892690

26902691
doc.set_item_locations()

0 commit comments

Comments
 (0)