* Fix a merge mistake in previous commit.

This commit is contained in:
Heng Sin Low 2007-06-21 16:01:34 +00:00
parent 4646e36a28
commit da98343de0
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class ReportStarter implements ProcessCall {
String reportPath = System.getProperty("org.compiere.report.path"); String reportPath = System.getProperty("org.compiere.report.path");
if (reportPath == null) { if (reportPath == null) {
REPORT_HOME = new File(System.getProperty("ADEMPIERE_HOME") + "./reports"); REPORT_HOME = new File(System.getProperty("ADEMPIERE_HOME") + "/reports");
} else { } else {
REPORT_HOME = new File(reportPath); REPORT_HOME = new File(reportPath);
} }