Removed a subDay() call that ruined some reports.

This commit is contained in:
James Cole
2015-02-27 12:54:24 +01:00
parent cd5223d98d
commit d2599d6ef9

View File

@@ -47,7 +47,7 @@ class ReportController extends Controller
$start->startOfMonth(); $start->startOfMonth();
$end = clone $date; $end = clone $date;
$end->endOfMonth(); $end->endOfMonth();
$start->subDay(); //$start->subDay();
$dayEarly = clone $date; $dayEarly = clone $date;
$subTitle = 'Budget report for ' . $date->format('F Y'); $subTitle = 'Budget report for ' . $date->format('F Y');