diff --git a/erpnext/templates/print_formats/includes/taxes.html b/erpnext/templates/print_formats/includes/taxes.html index 9704d7e80a1..4f0ba1af4a8 100644 --- a/erpnext/templates/print_formats/includes/taxes.html +++ b/erpnext/templates/print_formats/includes/taxes.html @@ -22,7 +22,7 @@
- {{ frappe.format_value(frappe.utils.flt(charge.tax_amount) / doc.conversion_rate, + {{ frappe.format_value(frappe.utils.flt(charge.tax_amount), table_meta.get_field("tax_amount"), doc, currency=doc.currency) }}