=== 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-09-21 06:33:22 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js 2012-09-21 10:08:15 +0000 @@ -821,6 +821,7 @@ $.getJSON( 'registerPatientLocation.action',{ patientId:patientId } , function( json ) { + showPatientDashboardForm(patientId); showSuccessMessage( i18n_save_success ); } ); } === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2012-09-21 09:17:06 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2012-09-21 10:08:15 +0000 @@ -14,7 +14,7 @@ #if($!programStageInstance.executionDate) #set($valueDate=$format.formatDate( $programStageInstance.executionDate )) #end -  $!programStageInstance.organisationUnit.name +  $!programStageInstance.organisationUnit.name