Merge pull request #48430 from frappe/mergify/bp/version-15-hotfix/pr-48428

fix: address not found when creating internal PR from DN (backport #48428)
This commit is contained in:
Mihir Kandoi
2025-07-07 15:43:22 +05:30
committed by GitHub

View File

@@ -1281,6 +1281,7 @@ def make_inter_company_transaction(doctype, source_name, target_doc=None):
"doctype": target_doctype,
"postprocess": update_details,
"field_no_map": ["taxes_and_charges", "set_warehouse"],
"field_map": {"shipping_address_name": "shipping_address"},
},
doctype + " Item": {
"doctype": target_doctype + " Item",