Browse Source

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/export_comptable
Fab 4 years ago
parent
commit
cb7454fd06
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ShopBundle/Controller/CitiesController.php

+ 1
- 0
ShopBundle/Controller/CitiesController.php View File

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

Loading…
Cancel
Save