removed translator

This commit is contained in:
rohit waghchaure 2016-02-19 11:14:29 +05:30 committed by saurabh
parent 5a265408a3
commit ff321763cf

View File

@ -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 -%}