Project

General

Profile

« Previous | Next » 

Revision 3d126815

Added by Katja Luther almost 4 years ago

ref #9038: do not set big decimal value to 0.0 if field is cleared

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/StatisticalMeasurementValueElement.java
80 80
			if(bigDecimalNumber==null){
81 81
			    String zero = "0.0";
82 82
			    bigDecimalNumber = new BigDecimal(zero);
83
			    number_value.setText(zero);
83
//			    number_value.setText(zero);
84 84
			}
85 85
            getEntity().setValue(bigDecimalNumber);
86 86
		}

Also available in: Unified diff