Project

General

Profile

« Previous | Next » 

Revision d09294f4

Added by Katja Luther over 2 years ago

ref #9802, #9843: fix display label in rowwrapper

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/dto/QuantitativeDataDto.java
142 142
            }
143 143
            StatisticalMeasurementValueDto statVal = new StatisticalMeasurementValueDto(TermDto.fromTerm((DefinedTermBase)o[4]),(BigDecimal)o[3], (UUID)o[2]) ;
144 144
            dto.addValue(statVal);
145
            if (o[5] != null) {
146
                dto.setMeasurementUnit(TermDto.fromTerm((DefinedTermBase)o[5]));
147
            }
145 148
        }
146 149

  
147 150

  

Also available in: Unified diff