Textual fix in bill [skip ci]

This commit is contained in:
James Cole 2015-04-03 21:05:41 +02:00
parent 6009f8ecde
commit 2a9679c94e

View File

@ -282,7 +282,7 @@ class GoogleChartController extends Controller
$chart->addColumn('Date', 'date');
$chart->addColumn('Max amount', 'number');
$chart->addColumn('Min amount', 'number');
$chart->addColumn('Current entry', 'number');
$chart->addColumn('Recorded bill entry', 'number');
// get first transaction or today for start:
$first = $bill->transactionjournals()->orderBy('date', 'ASC')->first();