fix: incorrect tax amt due to different exchange rate in PR and PI

(cherry picked from commit 5fd0770372)
This commit is contained in:
ruthra kumar
2022-08-16 16:39:28 +05:30
committed by Mergify
parent 3274e7681d
commit ba5ee1ca96

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