mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
🤖 Auto commit for release 'develop' on 2025-08-10
This commit is contained in:
@@ -121,7 +121,7 @@ class ShowController extends Controller
|
||||
// go back max 3 years.
|
||||
$threeYearsAgo = clone $start;
|
||||
$threeYearsAgo->startOfYear()->subYears(3);
|
||||
if($firstTransaction->lt($threeYearsAgo)) {
|
||||
if ($firstTransaction->lt($threeYearsAgo)) {
|
||||
$firstTransaction = clone $threeYearsAgo;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user