=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/utils/PdfDataEntryFormImportUtil.java' --- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/utils/PdfDataEntryFormImportUtil.java 2013-09-03 18:39:37 +0000 +++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/utils/PdfDataEntryFormImportUtil.java 2014-01-07 18:43:33 +0000 @@ -244,7 +244,7 @@ { patientDataValueService.deletePatientDataValue( patientDataValue ); } - else if ( patientDataValue != null && value != null ) + else if ( patientDataValue != null ) { // LOG.debug( "Updating PatientDataValue, value added/changed" );