🤖 Auto commit for release 'develop' on 2025-07-30

This commit is contained in:
JC5
2025-07-30 08:56:14 +02:00
parent 8b57f45963
commit 895ae279d5
6 changed files with 152 additions and 150 deletions

View File

@@ -161,7 +161,7 @@ class TagController extends Controller
$oldestTagDate->startOfYear();
$newestTagDate->endOfYear();
if($oldestTagDate->year < 1970) {
if ($oldestTagDate->year < 1970) {
$oldestTagDate = Carbon::create(1970, 1, 1, 0, 0, 0, config('app.timezone'));
request()->session()->flash('error', trans('firefly.bad_date_transaction'));
}