mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Adding a second phone number to thirdparty entity
This commit is contained in:
@@ -59,6 +59,10 @@ class ThirdPartyType extends AbstractType
|
||||
'label' => 'Phonenumber',
|
||||
'required' => false,
|
||||
])
|
||||
->add('telephone2', ChillPhoneNumberType::class, [
|
||||
'label' => 'telephone2',
|
||||
'required' => false,
|
||||
])
|
||||
->add('email', EmailType::class, [
|
||||
'required' => false,
|
||||
])
|
||||
|
Reference in New Issue
Block a user