Minor - remove obscure code that have no documented usage.
This commit is contained in:
parent
891f62849d
commit
a174382caf
|
@ -929,11 +929,6 @@ public class ReportStarter implements ProcessCall, ClientProcess
|
|||
reportFile = new File(REPORT_HOME, reportPath);
|
||||
}
|
||||
|
||||
// Set org.compiere.report.path because it is used in reports which refer to subreports
|
||||
if (reportFile != null)
|
||||
{
|
||||
System.setProperty("org.compiere.report.path", reportFile.getParentFile().getAbsolutePath());
|
||||
}
|
||||
return reportFile;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue