------------------------------------------------------------
revno: 15948
committer: Abyot Asalefew Gizaw [email protected]
branch nick: dhis2
timestamp: Wed 2014-07-02 23:16:44 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js
--
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-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js'
--- dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2014-07-02 20:53:29 +0000
+++ dhis-2/dhis-web/dhis-web-tracker-capture/src/main/webapp/dhis-web-tracker-capture/components/dataentry/dataentry-controller.js 2014-07-02 21:16:44 +0000
@@ -112,7 +112,7 @@
for(var i=0; i<program.programStages.length; i++){
var stageHasEvent = false;
for(var j=0; j<availableEvents.length && !program.programStages[i].repeatable && !stageHasEvent; j++){
- if(program.programStages[i].id === availableEvents[j].stage){
+ if(program.programStages[i].id === availableEvents[j].programStage){
stageHasEvent = 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