dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26930
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13333: Minor
------------------------------------------------------------
revno: 13333
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-12-19 18:45:25 +0100
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-validationrule/src/main/java/org/hisp/dhis/validationrule/action/dataanalysis/MarkForFollowupAction.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-validationrule/src/main/java/org/hisp/dhis/validationrule/action/dataanalysis/MarkForFollowupAction.java'
--- dhis-2/dhis-web/dhis-web-validationrule/src/main/java/org/hisp/dhis/validationrule/action/dataanalysis/MarkForFollowupAction.java 2013-12-19 16:51:00 +0000
+++ dhis-2/dhis-web/dhis-web-validationrule/src/main/java/org/hisp/dhis/validationrule/action/dataanalysis/MarkForFollowupAction.java 2013-12-19 17:45:25 +0000
@@ -144,7 +144,7 @@
OrganisationUnit source = organisationUnitService.getOrganisationUnit( sourceId );
DataElementCategoryOptionCombo categoryOptionCombo = categoryService.getDataElementCategoryOptionCombo( categoryOptionComboId );
- DataValue dataValue = dataValueService.getDataValue( dataElement, period, source, categoryOptionCombo );
+ DataValue dataValue = dataValueService.getDataValue( source, dataElement, period, categoryOptionCombo );
if ( dataValue != null )
{