mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Removed a subDay() call that ruined some reports.
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user