From f2fca59ba7370552a1bc1807c80eefb69ac10d3f Mon Sep 17 00:00:00 2001 From: Saqib Date: Mon, 27 Sep 2021 14:28:16 +0530 Subject: [PATCH] fix: cannot set custom label for 'total' field in print format (#27664) --- erpnext/templates/print_formats/includes/total.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/print_formats/includes/total.html b/erpnext/templates/print_formats/includes/total.html index 81799809ba..879203bbf2 100644 --- a/erpnext/templates/print_formats/includes/total.html +++ b/erpnext/templates/print_formats/includes/total.html @@ -7,7 +7,7 @@ {% else %}
-
+
{{ doc.get_formatted("total", doc) }}