Bladeren bron

Finalisation import

feature/export_comptable
Fab 4 jaren geleden
bovenliggende
commit
175167a425
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 1
- 1
ShopBundle/Form/Backend/Common/AddressType.php Bestand weergeven

@@ -26,7 +26,7 @@ class AddressType extends AbstractType

public function buildForm(FormBuilderInterface $builder, array $options)
{
//dump($options);
$builder
->add('title', TextType::class, ['label' => 'Titre'])
->add('type', ChoiceType::class, [

Laden…
Annuleren
Opslaan