diff --git a/app/Support/Export/ExportDataGenerator.php b/app/Support/Export/ExportDataGenerator.php index 8f2cebe4df..d69e4eea4d 100644 --- a/app/Support/Export/ExportDataGenerator.php +++ b/app/Support/Export/ExportDataGenerator.php @@ -557,7 +557,7 @@ class ExportDataGenerator $recurrence->description, $recurrence->first_date ? $recurrence->first_date->format('Y-m-d') : null, $recurrence->repeat_until ? $recurrence->repeat_until->format('Y-m-d') : null, - $recurrence->latest_date ? $recurrence->repeat_until->format('Y-m-d') : null, + $recurrence->latest_date ? $recurrence->latest_date->format('Y-m-d') : null, $recurrence->repetitions, $recurrence->apply_rules, $recurrence->active,