Line 202... |
Line 202... |
202 |
String longitude = structure.getLongitude();
|
202 |
String longitude = structure.getLongitude();
|
203 |
String latitudeLongitude = (!longitude.equals("") && !latitude.equals("")) ? latitude+" / "+longitude : "";
|
203 |
String latitudeLongitude = (!longitude.equals("") && !latitude.equals("")) ? latitude+" / "+longitude : "";
|
Line 204... |
Line 204... |
204 |
|
204 |
|
205 |
identificationParams.set("acronyme", acronyme);
|
205 |
identificationParams.set("acronyme", acronyme);
|
- |
|
206 |
identificationParams.set("statut", typePrive+typePublic);
|
206 |
identificationParams.set("statut", typePrive+typePublic);
|
207 |
|
- |
|
208 |
String dateFondation = structure.getAnneOuDateFondationFormatLong();
|
- |
|
209 |
dateFondation = dateFondation.equals("0000") ? "" : dateFondation;
|
207 |
identificationParams.set("date_fondation", structure.getAnneOuDateFondationFormatLong());
|
210 |
identificationParams.set("date_fondation", dateFondation);
|
Line 208... |
Line 211... |
208 |
identificationParams.set("nbre_personnel", structure.getNbrePersonne() != null ? structure.getNbrePersonne() : "");
|
211 |
identificationParams.set("nbre_personnel", structure.getNbrePersonne() != null ? structure.getNbrePersonne() : "");
|
209 |
|
212 |
|
210 |
identificationParams.set("description", structure.getDescription());
|
213 |
identificationParams.set("description", structure.getDescription());
|