Skip to content

Commit

Permalink
fixup! Added leaveDate to "All data export"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomklima authored and Lung committed Nov 6, 2024
1 parent cd30a59 commit e681fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Export/ExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,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
Expand Down

0 comments on commit e681fae

Please sign in to comment.