Merge pull request #47678 from frappe/mergify/bp/version-15-hotfix/pr-47658

fix: exchange rate not being fetched when creating supplier quotation… (backport #47658)
This commit is contained in:
Mihir Kandoi
2025-05-22 14:36:37 +05:30
committed by GitHub

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