* Fix a merge mistake in previous commit.
This commit is contained in:
parent
4646e36a28
commit
da98343de0
|
@ -75,7 +75,7 @@ public class ReportStarter implements ProcessCall {
|
|||
|
||||
String reportPath = System.getProperty("org.compiere.report.path");
|
||||
if (reportPath == null) {
|
||||
REPORT_HOME = new File(System.getProperty("ADEMPIERE_HOME") + "./reports");
|
||||
REPORT_HOME = new File(System.getProperty("ADEMPIERE_HOME") + "/reports");
|
||||
} else {
|
||||
REPORT_HOME = new File(reportPath);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue