ソースを参照

Finalisation import

feature/export_comptable
Fab 4年前
コミット
175167a425
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 1
- 1
ShopBundle/Form/Backend/Common/AddressType.php ファイルの表示

@@ -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, [

読み込み中…
キャンセル
保存