Merge pull request #31868 from frappe/mergify/bp/version-13-hotfix/pr-31856

fix: incorrect tax amt due to different exchange rate in PR and PI (backport #31856)
This commit is contained in:
Deepesh Garg
2022-08-22 09:09:53 +05:30
committed by GitHub

View File

@@ -1689,4 +1689,6 @@ def make_purchase_receipt(source_name, target_doc=None):
target_doc,
)
doc.set_onload("ignore_price_list", True)
return doc