mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 07:53:16 +00:00
This commit is contained in:
@@ -81,6 +81,8 @@ class ReconcileController extends Controller
|
|||||||
if ($end->lt($start)) {
|
if ($end->lt($start)) {
|
||||||
[$start, $end] = [$end, $start];
|
[$start, $end] = [$end, $start];
|
||||||
}
|
}
|
||||||
|
$end->endOfDay();
|
||||||
|
$start->startOfDay();
|
||||||
|
|
||||||
$route = route('accounts.reconcile.submit', [$account->id, $start->format('Ymd'), $end->format('Ymd')]);
|
$route = route('accounts.reconcile.submit', [$account->id, $start->format('Ymd'), $end->format('Ymd')]);
|
||||||
$selectedIds = $request->get('journals') ?? [];
|
$selectedIds = $request->get('journals') ?? [];
|
||||||
|
Reference in New Issue
Block a user