------------------------------------------------------------ revno: 7221 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Wed 2012-06-06 20:53:28 +0700 message: Minor fix. modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.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-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-06-06 10:42:28 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-06-06 13:53:28 +0000 @@ -1243,7 +1243,7 @@ var compare = '='; if( filter.data.comparison == 'lt') compare = '<' ; - else ( filter.data.comparison == 'gt' ) + else if( filter.data.comparison == 'gt' ) compare = '>' ; var value = compare + "'"+ filter.data.value + "'";
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

