removed translator
diff --git a/erpnext/templates/print_formats/includes/taxes.html b/erpnext/templates/print_formats/includes/taxes.html
index 4aefe16..55e0443 100644
--- a/erpnext/templates/print_formats/includes/taxes.html
+++ b/erpnext/templates/print_formats/includes/taxes.html
@@ -4,7 +4,7 @@
 			<div class="col-xs-5 text-right">
 				<label>{{ _("Discount Amount") }}</label></div>
 			<div class="col-xs-7 text-right">
-				- {{ _(doc.get_formatted("discount_amount", doc)) }}
+				- {{ doc.get_formatted("discount_amount", doc) }}
 			</div>
 		</div>
 	{%- endif -%}