mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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 }}
|
{{ budgetInformation[budget.id]['spent']|formatAmount }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ (repAmount - budgetInformation[budget.id]['spent'])|formatAmount }}
|
{{ (repAmount + budgetInformation[budget.id]['spent'])|formatAmount }}
|
||||||
</td>
|
</td>
|
||||||
{#
|
{#
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
|
Loading…
Reference in New Issue
Block a user