------------------------------------------------------------ revno: 9977 committer: Long <Long@Long-Laptop> branch nick: dhis2 timestamp: Tue 2013-03-05 14:46:13 +0700 message: [mobile] support sms (cont) modified: dhis-2/dhis-web/dhis-web-api-mobile/src/main/java/org/hisp/dhis/api/mobile/controller/MobileOrganisationUnitController.java
-- 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-api-mobile/src/main/java/org/hisp/dhis/api/mobile/controller/MobileOrganisationUnitController.java' --- dhis-2/dhis-web/dhis-web-api-mobile/src/main/java/org/hisp/dhis/api/mobile/controller/MobileOrganisationUnitController.java 2013-02-26 07:47:48 +0000 +++ dhis-2/dhis-web/dhis-web-api-mobile/src/main/java/org/hisp/dhis/api/mobile/controller/MobileOrganisationUnitController.java 2013-03-05 07:46:13 +0000 @@ -329,9 +329,10 @@ smsCode.setCode( normalSMSCode.getCode() ); smsCode.setDataElementId( normalSMSCode.getDataElement().getId() ); - smsCode.setOptionId( normalSMSCode.getId() ); + smsCode.setOptionId( normalSMSCode.getOptionId()); smsCodes.add( smsCode ); } + mobileSMSCommand.setSmsCodes( smsCodes ); smsCommands.add( mobileSMSCommand ); } return smsCommands;
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp