diff --git a/erpnext/stock/doctype/pick_list/pick_list.py b/erpnext/stock/doctype/pick_list/pick_list.py index 3e0c414e216..5fd8f333de7 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.py +++ b/erpnext/stock/doctype/pick_list/pick_list.py @@ -1381,6 +1381,9 @@ def create_delivery_wo_so(pick_list, target, target_doc=None): target_doc.company = pick_list.company + if not target_doc.customer: + target_doc.customer = pick_list.customer + item_table_mapper_without_so = { "doctype": f"{target} Item", "field_map": {