------------------------------------------------------------
revno: 2976
committer: Hieu <[email protected]>
branch nick: dhis2
timestamp: Fri 2011-03-04 12:53:30 +0700
message:
  Minor changed
modified:
  
local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.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 'local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.java'
--- local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.java	2010-10-05 06:53:19 +0000
+++ local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.java	2011-03-04 05:53:30 +0000
@@ -92,10 +92,9 @@
     public String execute()
         throws Exception
     {
-
         DataSet dataSet = dataSetService.getDataSet( id );
 
-        selectionTreeManager.setSelectedOrganisationUnits( dataSet.getOrganisationUnis() );
+        selectionTreeManager.setSelectedOrganisationUnits( dataSet.getOrganisationUnits() );
 
         periods = new ArrayList<Period>( periodService.getPeriodsByPeriodType( dataSet.getPeriodType() ) );
 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to