dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20521
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9393: local vn - Minor fixed
------------------------------------------------------------
revno: 9393
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-12-25 14:20:52 +0700
message:
local vn - Minor fixed
modified:
local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/preview/action/AutoGenerateFormByTemplate.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-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/preview/action/AutoGenerateFormByTemplate.java'
--- local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/preview/action/AutoGenerateFormByTemplate.java 2012-12-18 08:08:53 +0000
+++ local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/preview/action/AutoGenerateFormByTemplate.java 2012-12-25 07:20:52 +0000
@@ -436,6 +436,7 @@
idName += "(" + values[2];
colIdx = convertColumnNameToNumber( values[2] );
rowIndex = Integer.parseInt( values[3] ) - 1;
+ break;
default:
idName += "(" + convertColumnNumberToName( colIdx + 1 );
break;