Merge pull request #31916 from frappe/mergify/bp/version-14-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 10:57:53 +05:30
committed by GitHub

View File

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