Browse Source

Correctif backoffice

master
Fab 4 years ago
parent
commit
7e010fa744
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ShopBundle/Form/ProductType.php

+ 0
- 1
ShopBundle/Form/ProductType.php View File

@@ -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…
Cancel
Save