commit | ea84c157e038ce4039f8169a6c0cc3b019be19d4 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Wed Aug 17 15:05:57 2022 +0530 |
committer | GitHub <noreply@github.com> | Wed Aug 17 15:05:57 2022 +0530 |
tree | 94200943316e797db6929a91d285ebdcbe9240a3 | |
parent | dd08045f28e4c558d7ac08430306520276ac3723 [diff] | |
parent | 5fd0770372c07dbec89669e1dcdb4d98f1fbca90 [diff] |
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
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py index de3927e..e6ff128 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
@@ -1791,4 +1791,6 @@ target_doc, ) + doc.set_onload("ignore_price_list", True) + return doc