Explorar el Código

Correctif span cities

master
Guillaume hace 4 años
padre
commit
ccce819f74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ShopBundle/Controller/CitiesController.php

+ 1
- 0
ShopBundle/Controller/CitiesController.php Ver fichero

@@ -44,6 +44,7 @@ class CitiesController extends AbstractController

$return[] = [
'label' => '<span class="city">'.$city->nom.'</span> <span class="zip">'.$codesPostaux[0].'</span>',
'city' => $city->nom,
'value' => $city->code
] ;
}

Cargando…
Cancelar
Guardar