Improve report boxes one by one #2428

This commit is contained in:
James Cole
2019-08-16 06:21:10 +02:00
parent 41c15b0cf8
commit d8eb59736e
18 changed files with 268 additions and 252 deletions

View File

@@ -94,9 +94,9 @@
<td style="text-align: right;">
<span style="margin-right:5px;">
{{ formatAmountBySymbol(journal.amount, journal.currency_symbol, journal.currency_symbol_decimal_places) }}
{{ formatAmountBySymbol(journal.amount, journal.currency_symbol, journal.currency_decimal_places) }}
{% if null != journal.foreign_amount %}
({{ formatAmountBySymbol(journal.foreign_amount, journal.foreign_currency_symbol, journal.foreign_currency_symbol_decimal_places) }})
({{ formatAmountBySymbol(journal.foreign_amount, journal.foreign_currency_symbol, journal.foreign_currency_decimal_places) }})
{% endif %}
</span>
</td>