From 013493de7a1fe3ca4b288f64a617760865b2e572 Mon Sep 17 00:00:00 2001 From: Zarrar Date: Mon, 17 Sep 2018 11:06:49 +0530 Subject: [PATCH] lable for discount_amount should be configurable (#15408) --- 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 db17c6597c..377f9a34bd 100644 --- a/erpnext/templates/print_formats/includes/taxes.html +++ b/erpnext/templates/print_formats/includes/taxes.html @@ -2,7 +2,7 @@ {%- if doc.discount_amount -%}
-
+
- {{ doc.get_formatted("discount_amount", doc) }}