Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop

# Conflicts:
#	.ci/php-cs-fixer/composer.lock
This commit is contained in:
James Cole
2025-03-05 19:52:36 +01:00
17 changed files with 630 additions and 532 deletions

View File

@@ -85,7 +85,7 @@ class AccountController extends Controller
$result = $this->repository->searchAccount((string) $query, $types, $this->parameters->get('limit'));
// set date to subday + end-of-day for account balance. so it is at $date 23:59:59
$date->subDay()->endOfDay();
$date->endOfDay();
/** @var Account $account */
foreach ($result as $account) {