From 90b51742561666a3e1cec78f1636c263a1f8019d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 15 Dec 2014 11:41:13 +0530 Subject: [PATCH] minor fix --- erpnext/templates/print_formats/includes/taxes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}