fix: display bus information in assignment info
This commit is contained in:
@@ -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',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user