mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 22:58:25 +00:00
[fix] Incorrect currency conversion in Itemised Tax Breakup (#14006)
This commit is contained in:
@@ -558,7 +558,8 @@ def get_itemised_tax_breakup_html(doc):
|
||||
itemised_tax=itemised_tax,
|
||||
itemised_taxable_amount=itemised_taxable_amount,
|
||||
tax_accounts=tax_accounts,
|
||||
company_currency=erpnext.get_company_currency(doc.company)
|
||||
conversion_rate=doc.conversion_rate,
|
||||
currency=doc.currency
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user