From a64978c229c946ca20e21179ee6cc496ced2fc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pileck=C3=BD?= Date: Fri, 13 Sep 2024 18:19:18 +0200 Subject: [PATCH] fixup! Added leaveDate to "All data export" --- src/Export/ExportService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Export/ExportService.php b/src/Export/ExportService.php index 9befd98..b6bed78 100755 --- a/src/Export/ExportService.php +++ b/src/Export/ExportService.php @@ -289,7 +289,6 @@ public function allRegistrationDataToCSV(Event $event, User $adminUser): array $participant->registrationPayDate !== null ? $participant->registrationPayDate->format('d. m. Y H:i:s') : '', $participant->entryDate !== null ? $participant->entryDate->format('d. m. Y H:i:s') : '', $participant->leaveDate !== null ? $participant->leaveDate->format('d. m. Y H:i:s') : '', - ], $ptPart, $istPart