diff --git a/erpnext/templates/print_formats/includes/total.html b/erpnext/templates/print_formats/includes/total.html index df3f49e024..c13bf92760 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 +