Merge pull request #25672 from rohitwaghchaure/fixed-don-not-mao-set-warehouse

fix: don't map set warehouse from delivery note to purchase receipt
This commit is contained in:
rohitwaghchaure 2021-05-12 17:47:28 +05:30 committed by GitHub
commit 3c79ee3a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -732,7 +732,8 @@ def make_inter_company_transaction(doctype, source_name, target_doc=None):
"doctype": target_doctype,
"postprocess": update_details,
"field_no_map": [
"taxes_and_charges"
"taxes_and_charges",
"set_warehouse"
]
},
doctype +" Item": {