From ac581f06bbee2e8f511f695b545b204d2ee34b8a Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Thu, 18 Sep 2014 16:41:52 +0200 Subject: [PATCH] invoice displayed data update Closes #5427 --- facturier/templates/facturier/tipi.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/facturier/templates/facturier/tipi.html b/facturier/templates/facturier/tipi.html index 4e62f5a..aae1f33 100644 --- a/facturier/templates/facturier/tipi.html +++ b/facturier/templates/facturier/tipi.html @@ -44,11 +44,12 @@ {% endblock sidebar %} {% block content %} - +

Facture {{ invoice.id }}

-

Montant : {{ invoice.amount }} €

+

Montant restant à régler : {{ invoice.amount }} €

+

Montant total : {{ invoice.total_amount }} €

Facture émise le {{ invoice.creation_date|iso8601|date:"l j F Y" }}