mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 15:35:53 -06:00
Update year report.
This commit is contained in:
parent
38beb7f8d2
commit
4ef23e28a3
@ -54,7 +54,7 @@
|
||||
$end += $balance['end'];
|
||||
$diff += ($balance['end']-$balance['start']);
|
||||
?>
|
||||
{{-- @if($balance['hide'] === false) --}}
|
||||
@if($balance['hide'] === false)
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{route('accounts.show',$balance['account']->id)}}">{{{$balance['account']->name}}}</a>
|
||||
@ -69,7 +69,7 @@
|
||||
<td>{!! Amount::format($balance['end']) !!}</td>
|
||||
<td>{!! Amount::format($balance['end']-$balance['start']) !!}</td>
|
||||
</tr>
|
||||
{{-- @endif --}}
|
||||
@endif
|
||||
@endforeach
|
||||
<tr>
|
||||
<td><em>Sum of sums</em></td>
|
||||
|
Loading…
Reference in New Issue
Block a user