mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 03:34:32 -06:00
Removed a subDay() call that ruined some reports.
This commit is contained in:
parent
cd5223d98d
commit
d2599d6ef9
@ -47,7 +47,7 @@ class ReportController extends Controller
|
||||
$start->startOfMonth();
|
||||
$end = clone $date;
|
||||
$end->endOfMonth();
|
||||
$start->subDay();
|
||||
//$start->subDay();
|
||||
|
||||
$dayEarly = clone $date;
|
||||
$subTitle = 'Budget report for ' . $date->format('F Y');
|
||||
|
Loading…
Reference in New Issue
Block a user