=== 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 2013-10-24 08:31:35 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientForm.vm 2013-10-30 23:42:15 +0000 @@ -153,7 +153,7 @@ #foreach ($attributeGroup in $attributeGroups ) #set($attributes = $attributesMap.get($attributeGroup.displayName)) - #if( $attributes && $attributes.size() == 0 ) + #if( $attributes && $attributes.size() > 0 )   $attributeGroup.displayName #foreach($attribute in $attributes ) @@ -327,4 +327,4 @@ setFieldValue('phoneNumber',phoneNumberAreaCode) #end - \ No newline at end of file +