lingo: always give two decimals to amounts in invoice list

This commit is contained in:
Frédéric Péters 2015-12-31 13:19:07 +01:00
parent b24a4f776d
commit 90763b64d2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<td>{{ item.subject }}</td>
<td>{{ item.creation_date|date:"SHORT_DATE_FORMAT" }}</td>
<td>{{ item.payment_limit_date|date:"SHORT_DATE_FORMAT" }}</td>
<td class="amount">{% blocktrans with amount=item.total_amount %}
<td class="amount">{% blocktrans with amount=item.total_amount|floatformat:"2" %}
{{ amount }}€
{% endblocktrans %}
</td>