=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patientAttribute.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patientAttribute.js 2010-02-28 10:44:15 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patientAttribute.js 2010-03-04 09:02:43 +0000 @@ -143,7 +143,7 @@ { selectValueType : function (this_) { - if ( jQuery(this_).val() == "combo" ) + if ( jQuery(this_).val() == "COMBO" ) { jQuery("#attributeComboRow").show(); if( jQuery("#attrOptionContainer").find("input").length ==0 )