mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Another fix.
This commit is contained in:
parent
13890e32a1
commit
ca3d59dc33
@ -148,7 +148,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>{!! Amount::format($budget['queryAmount']) !!}</td>
|
<td>{!! Amount::format($budget['queryAmount']) !!}</td>
|
||||||
<td>{!! Amount::format($budget['spent'],false) !!}</td>
|
<td>{!! Amount::format($budget['spent'],false) !!}</td>
|
||||||
<td>{!! Amount::format($budget['amount'] + $budget['spent']) !!}</td>
|
<td>{!! Amount::format($budget['queryAmount'] + $budget['spent']) !!}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
Reference in New Issue
Block a user