From 16deabef82358fd7fe5a4811cdfb98d05558d298 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 23 Jul 2014 20:12:04 +0530 Subject: [PATCH] Format Qty --- erpnext/templates/print_formats/includes/item_grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/print_formats/includes/item_grid.html b/erpnext/templates/print_formats/includes/item_grid.html index e3be8c94dc..ffcf8577e4 100644 --- a/erpnext/templates/print_formats/includes/item_grid.html +++ b/erpnext/templates/print_formats/includes/item_grid.html @@ -30,7 +30,7 @@ {{ row.get_formatted(field.fieldname, doc) }}

{%- endif -%} {%- endfor -%} - {{ row.qty }} {{ row.uom or row.stock_uom }} + {{ row.get_formatted("qty", doc) }} {{ row.uom or row.stock_uom }} {{ row.get_formatted("rate", doc) }} {{