mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 22:52:10 +00:00
fix #11018, set end date to endOfDay
This commit is contained in:
@@ -102,6 +102,7 @@ class ListController extends Controller
|
|||||||
|
|
||||||
// #11007 go to the end of the previous day.
|
// #11007 go to the end of the previous day.
|
||||||
$this->parameters->set('start', $this->parameters->get('start')?->subSecond());
|
$this->parameters->set('start', $this->parameters->get('start')?->subSecond());
|
||||||
|
$this->parameters->set('end', $this->parameters->get('end')?->endOfDay());
|
||||||
|
|
||||||
// enrich
|
// enrich
|
||||||
/** @var User $admin */
|
/** @var User $admin */
|
||||||
|
Reference in New Issue
Block a user