Explorar el Código

Correctif UnitType

feature/export_comptable
Guillaume hace 4 años
padre
commit
30b05002bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Form/Backend/ReductionCommon/UnitType.php

+ 1
- 1
ShopBundle/Form/Backend/ReductionCommon/UnitType.php Ver fichero

@@ -29,7 +29,7 @@ class UnitType extends AbstractType
'required' => true,
'translation_domain'=>'lcshop',
'expanded'=>true,
'data'=> $options['data'],
'data'=> isset($options['data']) ? $options['data'] : '',
'choices' => [
'field.default.percent' => 'percent',
'field.default.amount' => 'amount'

Cargando…
Cancelar
Guardar