← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12754: Tabular report, fixed bug

 

------------------------------------------------------------
revno: 12754
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-10-16 21:49:46 +0200
message:
  Tabular report, fixed bug
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadDataElementsAction.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-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadDataElementsAction.java'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadDataElementsAction.java	2013-10-03 08:14:08 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadDataElementsAction.java	2013-10-16 19:49:46 +0000
@@ -155,8 +155,8 @@
 
         if ( program != null && program.isRegistration() )
         {
-            Collection<PatientIdentifierType> identifierTypes = identifierTypeService.getAllPatientIdentifierTypes();
-            Collection<PatientAttribute> patientAttributes = attributeService.getAllPatientAttributes();
+            identifierTypes = identifierTypeService.getAllPatientIdentifierTypes();
+            patientAttributes = attributeService.getAllPatientAttributes();
 
             Collection<Program> programs = programService.getAllPrograms();
             programs.remove( program );