dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07958
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2358: Fixed bug <659094> Indicator management info panel does'nt show annualizaition attribute properly
------------------------------------------------------------
revno: 2358
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-10-13 12:20:57 +0700
message:
Fixed bug <659094> Indicator management info panel does'nt show annualizaition attribute properly
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicator.vm
--
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-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicator.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicator.vm 2009-11-03 13:11:45 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseIndicator.vm 2010-10-13 05:20:57 +0000
@@ -6,7 +6,7 @@
<alternativeName>$!encoder.xmlEncode( $indicator.alternativeName )</alternativeName>
<code>$!encoder.xmlEncode( $indicator.code )</code>
<description>$!encoder.xmlEncode( $indicator.description )</description>
- <annualized>$!encoder.xmlEncode( $indicator.annualized )</annualized>
+ <annualized>$indicator.annualized</annualized>
<indicatorTypeName>$encoder.xmlEncode( $indicatorTypeName )</indicatorTypeName>
<numeratorDescription>$encoder.xmlEncode( $indicator.numeratorDescription )</numeratorDescription>
<denominatorDescription>$encoder.xmlEncode( $indicator.denominatorDescription )</denominatorDescription>