=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-05-09 22:00:56 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-05-16 08:50:13 +0000 @@ -2589,7 +2589,7 @@ startValue = Ext.create('Ext.form.field.Number', { width: 153, height: 23, - allowDecimals: false, + allowDecimals: true, fieldStyle: 'padding-left: 6px; border-radius: 1px', value: 0 }); @@ -2597,7 +2597,7 @@ endValue = Ext.create('Ext.form.field.Number', { width: 154, height: 23, - allowDecimals: false, + allowDecimals: true, fieldStyle: 'padding-left: 6px; border-radius: 1px', value: 0, style: 'padding-left: 3px'