------------------------------------------------------------
revno: 1073
committer: Lars Helge Oeverland [email protected]
branch nick: trunk
timestamp: Fri 2009-11-20 13:22:52 +0100
message:
  Minor fix
modified:
  
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitPlan.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/visitPlan.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitPlan.vm	2009-11-13 15:59:13 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitPlan.vm	2009-11-20 12:22:52 +0000
@@ -58,9 +58,9 @@
                 #set( $mark = false )          
                 #foreach( $stageInstance in $stageInstances )                    
                     <tr #alternate( $mark )>                
-                        <td>$stageInstance.programInstance.program.name</td>
-                        <td>$stageInstance.programStage.name</td>
-                        <td>$format.formatDate( $stageInstance.dueDate )</td>                
+                        <td>$!stageInstance.programInstance.program.name</td>
+                        <td>$!stageInstance.programStage.name</td>
+                        <td>$!format.formatDate( $!stageInstance.dueDate )</td>                
                     </tr>
                     #if( $mark )
                         #set( $mark = false )

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to