From 2120d7d66f4aedabb64c568b33d1b639b297804f Mon Sep 17 00:00:00 2001 From: A511701 Date: Sat, 21 Jan 2017 18:46:39 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20non=20prise=20en=20compt?= =?UTF-8?q?e=20du=20code=20postal=20lors=20de=20la=20g=C3=A9olocalisation?= =?UTF-8?q?=20IGN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/scripts/etablissement/edit.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/scripts/etablissement/edit.phtml b/application/views/scripts/etablissement/edit.phtml index 43f7ecbd..e0a05cb5 100755 --- a/application/views/scripts/etablissement/edit.phtml +++ b/application/views/scripts/etablissement/edit.phtml @@ -1020,7 +1020,7 @@ if (numero) { adresse += numero + ", "; } - adresse += voie + ", " + codepostal + " " + commune; + adresse += voie + ", " + codepostal + ", " + commune; $("span.result").text("Géolocalisation en cours..."); geolocalizing = true; @@ -1035,7 +1035,7 @@ - + // Géolocalisation de l'adresse $('#adresse-modal #geolocme_nominatim').click(function() { element = $(this);