fix: Exchange rate on MR to PO creation for muticurrency POs (#39646)

This commit is contained in:
Deepesh Garg 2024-01-31 09:27:52 +05:30 committed by GitHub
parent 0c6c650c08
commit cfd1666181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -462,6 +462,7 @@ def make_purchase_order(source_name, target_doc=None, args=None):
postprocess,
)
doclist.set_onload("load_after_mapping", False)
return doclist