mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
thirdparty form: clean builder, and test if this kind input address
This commit is contained in:
@@ -137,12 +137,6 @@ class ThirdPartyType extends AbstractType
|
||||
->add('address', PickAddressType::class, [
|
||||
'label' => 'Address',
|
||||
])
|
||||
->add('address2', PickAddressType::class, [
|
||||
'label' => 'Address',
|
||||
'use_valid_from' => true,
|
||||
'use_valid_to' => true,
|
||||
'mapped' => false,
|
||||
])
|
||||
->add('nameCompany', TextType::class, [
|
||||
'label' => 'thirdparty.NameCompany',
|
||||
'required' => false,
|
||||
|
Reference in New Issue
Block a user