From 230805b016a90a8dde618d8e84a096b09f18cb04 Mon Sep 17 00:00:00 2001 From: Umair Sayed Date: Wed, 17 Jan 2018 14:41:38 +0530 Subject: [PATCH] Update total.html (#12511) --- erpnext/templates/print_formats/includes/total.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/templates/print_formats/includes/total.html b/erpnext/templates/print_formats/includes/total.html index df3f49e0241..c13bf92760d 100644 --- a/erpnext/templates/print_formats/includes/total.html +++ b/erpnext/templates/print_formats/includes/total.html @@ -1,7 +1,7 @@
{% if doc.flags.show_inclusive_tax_in_print %}
-
+
{{ doc.get_formatted("net_total", doc) }}
@@ -12,4 +12,4 @@ {{ doc.get_formatted("total", doc) }} {% endif %} - \ No newline at end of file +