This should fix most amounts for #511

This commit is contained in:
James Cole
2017-01-02 19:27:27 +01:00
parent 8aa2e3d2f5
commit e323f5a2d5
4 changed files with 21 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
{% endif %}
</td>
<td>
<td style="text-align: right;">
{% if event.amount < 0 %}
<span class="text-danger">{{ trans('firefly.removed_amount', {amount: (event.amount)|formatAmountPlain})|raw }}</span>
{% else %}