← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9099: Minor fix.

 

------------------------------------------------------------
revno: 9099
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-11-22 10:20:13 +0700
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.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/patientDashboard.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm	2012-11-21 15:17:33 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm	2012-11-22 03:20:13 +0000
@@ -30,7 +30,7 @@
 				</tr>
 				<tr>
 					<td>$i18n.getString("date_of_birth")</td>
-					<td>$format.formatDate( $!patient.birthDate) $!patient.getAge()</td>
+					<td>$format.formatDate( $!patient.birthDate) ($!patient.getAge())</td>
 				</tr>
 				<tr>
 					<td>$i18n.getString("phone_number")</td>