ソースを参照

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()

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