=== modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2011-12-23 18:01:04 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/table.js 2012-04-02 10:17:14 +0000 @@ -75,7 +75,7 @@ return false; } - if ( !hasElements( "selectedOrganisationUnits" ) && !organisationUnitReportParamsChecked() ) + if ( !hasElements( "selectedOrganisationUnits" ) && !hasElements( "selectedOrganisationUnitGroups" ) && !organisationUnitReportParamsChecked() ) { setMessage( i18n_must_select_at_least_one_unit );