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