Another fix.

This commit is contained in:
James Cole 2015-04-11 12:51:58 +02:00
parent 13890e32a1
commit ca3d59dc33

View File

@ -148,7 +148,7 @@
</td>
<td>{!! Amount::format($budget['queryAmount']) !!}</td>
<td>{!! Amount::format($budget['spent'],false) !!}</td>
<td>{!! Amount::format($budget['amount'] + $budget['spent']) !!}</td>
<td>{!! Amount::format($budget['queryAmount'] + $budget['spent']) !!}</td>
</tr>
@endif
@endforeach