Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1694 → Rev 1695

/trunk/src/org/tela_botanica/client/vues/structure/StructureDetailVue.java
353,9 → 353,9
private String construireTraitement() {
String cHtml = "";
String echantillon = conservation.getAcquisitionEchantillon();
Integer echantillon = conservation.getAcquisitionEchantillon();
if (echantillon.equals("1")) {
if (echantillon != null && echantillon.intValue() == 1) {
Params traitementConservationParams = new Params();
traitementConservationParams.set("i18n_acquisition_traitement", i18nC.acquisitionTraitement());