Update year report.

This commit is contained in:
James Cole 2015-03-27 19:43:20 +01:00
parent 38beb7f8d2
commit 4ef23e28a3

View File

@ -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>