mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-16 11:42:06 -06:00
Plus not minus [skip ci]
This commit is contained in:
parent
9d5d1c0a41
commit
51ddcd9ee1
@ -180,7 +180,7 @@
|
||||
{{ budgetInformation[budget.id]['spent']|formatAmount }}
|
||||
</td>
|
||||
<td>
|
||||
{{ (repAmount - budgetInformation[budget.id]['spent'])|formatAmount }}
|
||||
{{ (repAmount + budgetInformation[budget.id]['spent'])|formatAmount }}
|
||||
</td>
|
||||
{#
|
||||
<div class="box-body">
|
||||
|
Loading…
Reference in New Issue
Block a user