------------------------------------------------------------
revno: 11511
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Thu 2013-07-25 11:21:38 +0700
message:
Minor fix in dashboard
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitSchedule.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/visitSchedule.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitSchedule.vm 2013-07-25 02:32:32 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/visitSchedule.vm 2013-07-25 04:21:38 +0000
@@ -242,7 +242,7 @@
<script>
#if( $programInstance.status==0)
- #if(program.attr("selectEnrollmentDatesInFuture")=='true')
+ #if($program.attr("selectEnrollmentDatesInFuture")=='true')
datePickerInRange( 'dateOfIncident' , 'enrollmentDate', false, true );
#else
datePickerInRangeValid( 'dateOfIncident' , 'enrollmentDate', false, true );
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp