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