invoice displayed data update

Closes #5427
This commit is contained in:
Serghei Mihai 2014-09-18 16:41:52 +02:00
parent 19074b00b7
commit ac581f06bb
1 changed files with 3 additions and 2 deletions

View File

@ -44,11 +44,12 @@
{% endblock sidebar %}
{% block content %}
<h1>Facture {{ invoice.id }}</h1>
<div class="wrapSpecial"><div class="rteContent">
<h2>Montant : {{ invoice.amount }} €</h2>
<h2>Montant restant à régler : {{ invoice.amount }} €</h2>
<p>Montant total : {{ invoice.total_amount }} €</p>
<p>Facture émise le
{{ invoice.creation_date|iso8601|date:"l j F Y" }}