fix: exchange rate not being fetched when creating supplier quotation from MR

(cherry picked from commit 9d12ae071a)
This commit is contained in:
Mihir Kandoi
2025-05-21 15:42:51 +05:30
committed by Mergify
parent db318a4e9b
commit 2c22615b6b

View File

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