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,
|
Best regards,
|
||||||
|
|
||||||
{dealer.get_local_name}
|
{dealer.get_local_name()}
|
||||||
{dealer.phone_number}
|
{dealer.phone_number}
|
||||||
Haikal
|
Haikal
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -51,9 +51,9 @@
|
|||||||
href="{% url 'item_expense_update' request.dealer.slug expense.pk %}">
|
href="{% url 'item_expense_update' request.dealer.slug expense.pk %}">
|
||||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||||
</a>
|
</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" %}
|
<i class="fa fa-trash me-2"></i>{% trans "Delete" %}
|
||||||
</a>
|
</a> {% endcomment %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@ -54,9 +54,9 @@
|
|||||||
href="{% url 'item_service_update' request.dealer.slug service.pk %}">
|
href="{% url 'item_service_update' request.dealer.slug service.pk %}">
|
||||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||||
</a>
|
</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" %}
|
<i class="fa fa-trash me-2"></i>{% trans "Delete" %}
|
||||||
</a>
|
</a> {% endcomment %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@ -52,9 +52,9 @@
|
|||||||
href="{% url 'bank_account_update' request.dealer.slug bank.pk %}">
|
href="{% url 'bank_account_update' request.dealer.slug bank.pk %}">
|
||||||
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
<i class="fa fa-edit me-2"></i>{% trans "Update" %}
|
||||||
</a>
|
</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" %}
|
<i class="fa fa-trash me-2"></i>{% trans "Delete" %}
|
||||||
</a>
|
</a> {% endcomment %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user