소스 검색

Correctif backoffice

master
Fab 4 년 전
부모
커밋
7e010fa744
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      ShopBundle/Form/ProductType.php

+ 0
- 1
ShopBundle/Form/ProductType.php 파일 보기

@@ -57,7 +57,6 @@ class ProductType extends AbstractType
'data' => 0,
'required'=>false,
'choice_attr' => function ($choice) {
dump($choice);
return [
'data-unit-reference' => $choice->getUnitReference(),
'data-coefficient' => $choice->getCoefficient()

Loading…
취소
저장