← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13779: Fixed bug - Error when to register a new patient.

 

------------------------------------------------------------
revno: 13779
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-01-19 21:58:06 +0700
message:
  Fixed bug - Error when to register a new patient.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js	2014-01-06 21:08:22 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js	2014-01-19 14:58:06 +0000
@@ -212,7 +212,7 @@
 				{
 					$("#patientForm :input").attr("disabled", false);
 					$("#patientForm").find("select").attr("disabled", false);
-					showPatientDashboardForm( patientId );
+					showPatientDashboardForm( patientUid );
 				}
 			}
 		  }