commit | 5fd0770372c07dbec89669e1dcdb4d98f1fbca90 | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Tue Aug 16 16:39:28 2022 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Tue Aug 16 16:41:33 2022 +0530 |
tree | 0755a44240128ea915351c72623cab81a8d90934 | |
parent | 17b9bfd2497e6dc4b1179bd1eb9584e526606e2a [diff] |
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