mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
🤖 Auto commit for release 'develop' on 2025-08-10
This commit is contained in:
@@ -119,7 +119,7 @@ class ShowController extends Controller
|
||||
$firstTransaction = $this->repository->oldestJournalDate($account) ?? $start;
|
||||
|
||||
// go back max 3 years.
|
||||
$threeYearsAgo = $start->subYears(3);
|
||||
$threeYearsAgo = $start->subYears(3);
|
||||
$firstTransaction = $firstTransaction->lt($threeYearsAgo) ? $threeYearsAgo : $firstTransaction;
|
||||
|
||||
Log::debug('Start period overview');
|
||||
|
Reference in New Issue
Block a user