Przeglądaj źródła

Correctif span cities

master
Guillaume 4 lat temu
rodzic
commit
ccce819f74
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      ShopBundle/Controller/CitiesController.php

+ 1
- 0
ShopBundle/Controller/CitiesController.php Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz