Quellcode durchsuchen

Finalisation import

feature/export_comptable
Fab vor 4 Jahren
Ursprung
Commit
175167a425
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 1
- 1
ShopBundle/Form/Backend/Common/AddressType.php Datei anzeigen

@@ -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…
Abbrechen
Speichern