merge firstname branch

This commit is contained in:
2022-03-24 11:13:07 +01:00
20 changed files with 216 additions and 67 deletions

View File

@@ -102,6 +102,10 @@ class ThirdPartyType extends AbstractType
// Contact Person ThirdParty (child)
if (ThirdParty::KIND_CONTACT === $options['kind'] || ThirdParty::KIND_CHILD === $options['kind']) {
$builder
->add('firstname', TextType::class, [
'label' => 'firstname',
'required' => false,
])
->add('civility', PickCivilityType::class, [
'label' => 'thirdparty.Civility',
'placeholder' => 'thirdparty.choose civility',