Browse Source

Finalisation import

feature/export_comptable
Fab 4 years ago
parent
commit
175167a425
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 1
- 1
ShopBundle/Form/Backend/Common/AddressType.php View File



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

Loading…
Cancel
Save