diff --git a/templates/sales/estimates/estimate_detail.html b/templates/sales/estimates/estimate_detail.html index cccc682c..b6b53fa5 100644 --- a/templates/sales/estimates/estimate_detail.html +++ b/templates/sales/estimates/estimate_detail.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load i18n %} +{% load i18n custom_filters%} {% block title %}{{ _("View Quotation") }}{% endblock title %} @@ -210,29 +210,29 @@ {% endfor %}
| VAT | -{{ data.total_vat_amount|floatformat:2 }} {{ CURRENCY }} | +{{ data.total_vat_amount|floatformat }} {{ CURRENCY }} | ضريبة القيمة المضافة |
| Total | -{{ data.grand_total|floatformat:2 }} {{ CURRENCY }} | +{{ data.grand_total|floatformat }} {{ CURRENCY }} | الإجمالي |