🤖 Auto commit for release 'develop' on 2025-11-26

This commit is contained in:
JC5
2025-11-26 06:54:11 +01:00
parent d08966d141
commit d8bdbf2842
10 changed files with 207 additions and 196 deletions

View File

@@ -167,7 +167,7 @@ class IndexController extends Controller
/** @var Carbon $end */
$end = clone session('end', today(config('app.timezone'))->endOfMonth());
$now = now();
$now = now();
if ($now->gt($end) || $now->lt($start)) {
$now = $end;
}

View File

@@ -221,7 +221,7 @@ class ShowController extends Controller
// correct
Log::debug(sprintf('showAll: Call accountsBalancesOptimized with date/time "%s"', $end->toIso8601String()));
$now = now();
$now = now();
if ($now->gt($end) || $now->lt($start)) {
$now = $end;
}