← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9164: local vn - Revert

 

------------------------------------------------------------
revno: 9164
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-12-04 09:28:27 +0700
message:
  local vn - Revert
modified:
  local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/utils/ExcelUtils.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/utils/ExcelUtils.java'
--- local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/utils/ExcelUtils.java	2012-11-28 07:09:29 +0000
+++ local/vn/dhis-web-spreadsheet-reporting/src/main/java/org/hisp/dhis/reportsheet/utils/ExcelUtils.java	2012-12-04 02:28:27 +0000
@@ -343,8 +343,8 @@
                 }
                 else
                 {
-                    // cellPOI.setCellValue( Double.parseDouble( value ) );
-                    cellPOI.setCellValue( getFormattedNumber( value ) );
+                    cellPOI.setCellValue( Double.parseDouble( value ) );
+                    //cellPOI.setCellValue( getFormattedNumber( value ) );
                 }
             }
         }
@@ -387,8 +387,8 @@
                 }
                 else
                 {
-                    // cellPOI.setCellValue( Double.parseDouble( value ) );
-                    cellPOI.setCellValue( getFormattedNumber( value ) );
+                    cellPOI.setCellValue( Double.parseDouble( value ) );
+                    //cellPOI.setCellValue( getFormattedNumber( value ) );
                 }
             }
         }