This commit is contained in:
James Cole
2025-02-05 15:31:53 +01:00
parent fe57367a8c
commit edb201f210
2 changed files with 7 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ class ReconcileController extends Controller
if ($end->lt($start)) {
[$end, $start] = [$start, $end];
}
$start->startOfDay();
$start->endOfDay();
$end->endOfDay();
$startDate = clone $start;
$startDate->subDay();