mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Another fix.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user