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

This commit is contained in:
Mihir Kandoi
2025-05-21 15:42:51 +05:30
parent 8c86def018
commit 9d12ae071a

View File

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