fix: map pick list customer to delivery note when no sales order

This commit is contained in:
R-Jayaraman
2026-07-23 17:41:03 +05:30
parent 3d46f7eba2
commit aff10d3a37

View File

@@ -89,6 +89,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": {