This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop' of
https://gitea.laclic.fr/Laclic/LcShopBundle
into develop
feature/export_comptable
Fab
4 years ago
parent
c0e87bfbd0
ccce819f74
commit
cb7454fd06
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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
] ;
}
Write
Preview
Loading…
Cancel
Save