Ver código fonte

Correctif span cities

master
Guillaume 4 anos atrás
pai
commit
ccce819f74
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      ShopBundle/Controller/CitiesController.php

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

@@ -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
] ;
}

Carregando…
Cancelar
Salvar