=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2011-12-25 14:37:14 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2011-12-27 06:23:35 +0000 @@ -453,3 +453,4 @@ delete_current_event_success=Delete current event successfully please_enter_report_date = Please enter report date comfirm_delete_current_event = Are you sure you want to delete the current event ? +registered_by_orgunit = Registered by facility \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2011-10-29 14:16:54 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2011-12-27 06:23:35 +0000 @@ -160,7 +160,7 @@   -#if ( $noGroupAttributes.size() > 0) +#if ( $noGroupAttributes && $noGroupAttributes.size() > 0) $i18n.getString( "other_details" ) #foreach($attribute in $noGroupAttributes ) === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/resultSearchPatients.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/resultSearchPatients.vm 2011-09-30 08:37:26 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/resultSearchPatients.vm 2011-12-27 06:23:35 +0000 @@ -15,7 +15,7 @@ $i18n.getString( "gender" ) $i18n.getString( "dob_type" ) $i18n.getString( "date_of_birth" ) - $i18n.getString( "orgunit" ) + $i18n.getString( "registered_by_orgunit" ) #set($mark = false) === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.vm 2011-09-29 04:50:21 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.vm 2011-12-27 06:23:35 +0000 @@ -53,7 +53,7 @@
-
+ === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2011-12-06 17:41:41 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2011-12-27 06:23:35 +0000 @@ -229,7 +229,7 @@ - #if ( $noGroupAttributes.size() > 0) + #if ( $noGroupAttributes && $noGroupAttributes.size() > 0) #foreach($attribute in $noGroupAttributes ) #set( $attributeValue = "" )
$i18n.getString("relationship_type")*
$i18n.getString( "Other details" )