소스 검색

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

Loading…
취소
저장