dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21144
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9929: Fix bug Don't load events in multiple events program entry form.
------------------------------------------------------------
revno: 9929
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-02-28 18:40:11 +0700
message:
Fix bug Don't load events in multiple events program entry form.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.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/programStageInstanceFlow.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2013-01-24 12:46:12 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2013-02-28 11:40:11 +0000
@@ -75,9 +75,9 @@
</tr>
<tr>
<td>$i18n.getString( 'due_date' )</td>
- <td><input id='dueDateNewEncounter_$programInstance.id' name='dueDateNewEncounter_$!programInstance.id' style='width:260px;'></td>
+ <td><input id='dueDateNewEncounter_$!programInstance.id' name='dueDateNewEncounter_$!programInstance.id' style='width:260px;'></td>
<script type="text/javascript">
- datePickerFuture( 'dueDateNewEncounter_$programInstance.id', false );
+ datePickerFuture( 'dueDateNewEncounter_$!programInstance.id', false );
</script>
</tr>
<tr>