lingo: include a note if invoice has been paid (#13743)

This commit is contained in:
Frédéric Péters 2016-10-25 14:14:01 +02:00
parent 87cbde30ad
commit b12b7261cd
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
{% endif %}
{% if item.payment_date %}
<div class="paid">{% trans "Payment date:" %} <span class="timestamp">{{ item.payment_date|date:"SHORT_DATE_FORMAT" }}</span></div>
{% elif item.paid %}
<div class="paid paid-info">{% trans "Invoice has been paid." %}</div>
{% endif %}
{% if item.no_online_payment_reason_details %}
<div class="no-online-payment-reason"><span>{{ item.no_online_payment_reason_details }}</span></div>