fix: be more specific regarding booking status
This commit is contained in:
@@ -26,7 +26,7 @@ class ParticipantType extends AbstractType
|
||||
$participantIndex = $participantData->index;
|
||||
|
||||
// don't add any fields for canceled participants
|
||||
if ('F' !== $participantData->status) {
|
||||
if ('S' === $participantData->status) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user