Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2269 → Rev 2270

/trunk/src/org/tela_botanica/client/vues/observation/FormulaireSaisieObservationVue.java
1338,8 → 1338,10
nCommune += " ("+codeGeoFormate+")";
departement = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
}
commune.setValue(nCommune);
communeModifiee = true;
if (! nCommune.equals("")) {
commune.setValue(nCommune);
communeModifiee = true;
}
}
 
private void rafraichirCommuneEtCoord(EntiteGeographiqueObservation infosCom) {