← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7973: Error when add/update profile of patient.

 

------------------------------------------------------------
revno: 7973
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-08-28 16:27:02 +0700
message:
  Error when add/update profile of 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	2012-08-28 07:15:35 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js	2012-08-28 09:27:02 +0000
@@ -288,7 +288,7 @@
 		jQuery('#advSearchBox0 [id="searchText"]').val( systemIdentifierId );
 		statusSearching = 1;
 		
-		showProgramEnrollmentSelectForm( patientId );
+		showPatientDashboardForm( patientId );
 		jQuery('#resultSearchDiv').dialog('close');
       }
      });
@@ -329,7 +329,7 @@
       url: 'updatePatient.action',
       data: getParamsForDiv('editPatientDiv'),
       success: function( json ) {
-		showProgramEnrollmentSelectForm( getFieldValue('id') );
+		showPatientDashboardForm( getFieldValue('id') );
       }
      });
 }