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

This commit is contained in:
Sander Dorigo
2025-02-11 16:10:48 +01:00
15 changed files with 35 additions and 37 deletions

View File

@@ -103,7 +103,7 @@ class ReportController extends Controller
$balanceCurrent = clone $current;
$balanceCurrent->subDay()->endOfDay(); // go to correct moment.
Log::debug(sprintf('Call byAccounts("%s")', $balanceCurrent->format('Y-m-d H:i:s')));
$result = $helper->byAccounts($filtered, $balanceCurrent);
$result = $helper->byAccounts($filtered, $balanceCurrent);
// loop result, add to array.
/** @var array $netWorthItem */