------------------------------------------------------------
revno: 1543
committer: HISP <h...@hisp-pc>
branch nick: trunk
timestamp: Thu 2010-03-04 14:32:43 +0530
message:
  Bug fixed for Multi-Dimension PatientAttributes
modified:
  
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patientAttribute.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== 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 ) 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to