dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02398
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 805: Quicked fix
------------------------------------------------------------
revno: 805
committer: hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-09-30 14:10:31 +0700
message:
Quicked fix
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/preview.js
--
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-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/preview.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/preview.js 2009-09-30 07:03:26 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/preview.js 2009-09-30 07:10:31 +0000
@@ -2,9 +2,10 @@
aKey = null;
aMerged = null;
-function previewReport(reportId, periodId, sheetId, message) {
+function previewReport(reportId, periodId, message) {
- var url = "previewReportExcel.action?reportId="+reportId+"&periodId="+periodId+"&sheetId="+sheetId;
+ //var url = "previewReportExcel.action?reportId="+reportId+"&periodId="+periodId+"&sheetId="+sheetId;
+ var url = "previewReportExcel.action?reportId="+reportId+"&periodId="+periodId;
setMessage(message);