← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6590: (patient) Minor fix.

 

------------------------------------------------------------
revno: 6590
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-04-16 11:06:31 +0700
message:
  (patient) Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm


--
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/updatePatientForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm	2012-03-30 01:28:12 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm	2012-04-16 04:06:31 +0000
@@ -69,12 +69,12 @@
 <h3>$i18n.getString( "update_patient" )</h3>
 <p>
 <form id="patientForm" name="patientForm" action="updatePatient.action" method="post" >
-<input type="hidden" id="representativeId" name="representativeId"/> 
+<input type="hidden" id="representativeId" name="representativeId" value='$!patient.representative.id'' /> 
 <input type="hidden" id="relationshipTypeId" name="relationshipTypeId"/>
 <div>
 	<input type="hidden" id="id" name="id" value="$patient.id">
+
 </div>
-
 <table>
 		
 	<tr>