Feat: Implement overridable effective pickup date

This commit is contained in:
Björn Fromme
2023-10-18 17:51:44 +02:00
parent 8a96533560
commit 22db06ec64
4 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class AssignmentType extends AbstractType
'required' => false,
])
->add('pickupDate', DatepickerType::class, [
'label' => 'Busabfahrt',
'label' => 'abweichende Busabfahrt',
'required' => false,
])
->add('pickup', BpnPickupType::class, [