mirror of
https://github.com/frappe/erpnext.git
synced 2026-07-30 07:44:36 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user