Complex but workable code for #865

This commit is contained in:
James Cole
2017-09-26 10:59:17 +02:00
parent d99adb515a
commit 6f55049fb6
3 changed files with 70 additions and 0 deletions

View File

@@ -89,6 +89,10 @@
<td>{{ 'total_amount'|_ }}</td>
<td>
{{ journalAmount(journal) }}
{% if transactions|length > 1 %}
({{ journalTotalAmount(journal) }})
{% endif %}
</td>
</tr>
<tr>