dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25542
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12699: Allow to create a new event before today in case-entry form
------------------------------------------------------------
revno: 12699
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-10-16 13:40:54 +0700
message:
Allow to create a new event before today in case-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-10-13 05:00:52 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programStageInstanceFlow.vm 2013-10-16 06:40:54 +0000
@@ -147,7 +147,7 @@
<td>$i18n.getString( 'due_date' )</td>
<td><input id='dueDateNewEncounter_$!programInstance.id' name='dueDateNewEncounter_$!programInstance.id' style='width:260px;'></td>
<script type="text/javascript">
- datePickerValid( 'dueDateNewEncounter_$!programInstance.id', false );
+ datePicker( 'dueDateNewEncounter_$!programInstance.id', false );
</script>
</tr>
<tr>