displaying any of invoice paid dates

Closes #5744
This commit is contained in:
Serghei Mihai 2014-10-17 18:01:07 +02:00
parent 00f35d12cd
commit c0ba16bfbd
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@
{% elif invoice.paid %}
<p>
Cette facture a été reglée
{% if invoice.paid_date %}le {{ invoice.paid_date|to_date|date:"j F Y" }}{% endif %}
{% if invoice.paid_date %}le {{ invoice.paid_date|to_date|date:"j F Y" }}
{% elif invoice.tipi_paid_date %} le {{ invoice.tipi_paid_date|to_date|date:"j F Y" }} {% endif %}
</p>
{% elif invoice.expired %}