fix: display bus information in assignment info

This commit is contained in:
Björn Fromme
2024-01-10 15:53:13 +01:00
parent a8726cb188
commit 114d3f29f0
4 changed files with 25 additions and 21 deletions
+2 -2
View File
@@ -53,11 +53,11 @@ class AssignmentType extends AbstractType
'required' => false,
])
->add('pickupDate', DatepickerType::class, [
'label' => 'abweichende Busabfahrt',
'label' => 'abweichender Zustieg bei Busbegleitung',
'required' => false,
])
->add('pickup', BpnPickupType::class, [
'label' => 'Buszustieg',
'label' => 'Busbegleitung ab',
'required' => false,
'placeholder' => 'Keine Busbegleitung',
])