mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small bug fix in display of income vs. expenses [skip ci]
This commit is contained in:
parent
d880ccb8e0
commit
adb1356b7a
@ -10,7 +10,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ 'out'|_ }}</td>
|
||||
<td><span class="text-danger">{{ expenses.getTotal|formatAmountPlain }}</span></td>
|
||||
<td><span class="text-danger">{{ (expenses.getTotal * -1)|formatAmountPlain }}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ 'difference'|_ }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user