email fix for quotation dealer.get_local.name()
This commit is contained in:
parent
e734cd7431
commit
3765c321a1
@ -8217,7 +8217,7 @@ We look forward to hearing from you and hopefully moving forward with your proje
|
||||
|
||||
Best regards,
|
||||
|
||||
{dealer.get_local_name}
|
||||
{dealer.get_local_name()}
|
||||
{dealer.phone_number}
|
||||
Haikal
|
||||
"""
|
||||
|
||||
@ -51,9 +51,9 @@
|
||||
href="{% url 'item_expense_update' request.dealer.slug expense.pk %}">
|
||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||
</a>
|
||||
<a class="text-danger dropdown-item" href="#">
|
||||
{% comment %} <a class="text-danger dropdown-item" href="#">
|
||||
<i class="fa fa-trash me-2"></i>{% trans "Delete" %}
|
||||
</a>
|
||||
</a> {% endcomment %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@ -54,9 +54,9 @@
|
||||
href="{% url 'item_service_update' request.dealer.slug service.pk %}">
|
||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||
</a>
|
||||
<a class="text-danger dropdown-item" href="#">
|
||||
{% comment %} <a class="text-danger dropdown-item" href="#">
|
||||
<i class="fa fa-trash me-2"></i>{% trans "Delete" %}
|
||||
</a>
|
||||
</a> {% endcomment %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@ -52,9 +52,9 @@
|
||||
href="{% url 'bank_account_update' request.dealer.slug bank.pk %}">
|
||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||
</a>
|
||||
<a class="text-danger dropdown-item" href="#">
|
||||
{% comment %} <a class="text-danger dropdown-item" href="#">
|
||||
<i class="fa fa-trash me-2"></i>{% trans "Delete" %}
|
||||
</a>
|
||||
</a> {% endcomment %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user