Merge pull request #57412 from aerele/customer-pick-list

fix: map pick list customer to delivery note when no sales order
This commit is contained in:
Mihir Kandoi
2026-07-23 18:24:19 +05:30
committed by GitHub

View File

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