diff --git a/resources/views/reports/month.blade.php b/resources/views/reports/month.blade.php index 7b5c81a716..2b93fa7a12 100644 --- a/resources/views/reports/month.blade.php +++ b/resources/views/reports/month.blade.php @@ -138,6 +138,8 @@ $sumEnvelope += $budget['amount']; $sumLeft += $budget['amount'] + $budget['spent']; ?> + + @if($budget['amount'] != 0 || $budget['spent'] != 0) @if($id > 0) @@ -150,6 +152,7 @@ {!! Amount::format($budget['spent'],false) !!} {!! Amount::format($budget['amount'] + $budget['spent']) !!} + @endif @endforeach Sum