Merge pull request #31856 from ruthra-kumar/incorrect_tax_due_to_exchange_rate

fix: incorrect tax amt due to different exchange rate in PR and PI
This commit is contained in:
ruthra kumar 2022-08-17 15:05:57 +05:30 committed by GitHub
commit ea84c157e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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