From ca3d59dc333dad7b8e9488e7d6a68f89159e6b9d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 11 Apr 2015 12:51:58 +0200 Subject: [PATCH] Another fix. --- resources/views/reports/month.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/reports/month.blade.php b/resources/views/reports/month.blade.php index 2343be2fe8..a7a9504352 100644 --- a/resources/views/reports/month.blade.php +++ b/resources/views/reports/month.blade.php @@ -148,7 +148,7 @@ {!! Amount::format($budget['queryAmount']) !!} {!! Amount::format($budget['spent'],false) !!} - {!! Amount::format($budget['amount'] + $budget['spent']) !!} + {!! Amount::format($budget['queryAmount'] + $budget['spent']) !!} @endif @endforeach