mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add isCanceledAccompanyingPeriod field to form
This commit is contained in:
parent
7db7f34f62
commit
3816d68e18
@ -57,6 +57,7 @@ class ClosingMotiveType extends AbstractType
|
||||
])
|
||||
->add('isCanceledAccompanyingPeriod', CheckboxType::class, [
|
||||
'label' => $this->translator->trans('Consider canceled'),
|
||||
'required' => false,
|
||||
'help' => $this->translator->trans('Canceled parcours help')
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user