From 4ef23e28a36fd0874d6ea3d354dec002d1e5df4a Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 27 Mar 2015 19:43:20 +0100 Subject: [PATCH] Update year report. --- resources/views/reports/year.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/reports/year.blade.php b/resources/views/reports/year.blade.php index 6717ca7ebc..ad70a85919 100644 --- a/resources/views/reports/year.blade.php +++ b/resources/views/reports/year.blade.php @@ -54,7 +54,7 @@ $end += $balance['end']; $diff += ($balance['end']-$balance['start']); ?> - {{-- @if($balance['hide'] === false) --}} + @if($balance['hide'] === false) {{{$balance['account']->name}}} @@ -69,7 +69,7 @@ {!! Amount::format($balance['end']) !!} {!! Amount::format($balance['end']-$balance['start']) !!} - {{-- @endif --}} + @endif @endforeach Sum of sums