IDEMPIERE-1627 Jasper Report shouldn't display "No Colums - Delete Report Format " + reportName + " and start again" message
This commit is contained in:
parent
59965d5841
commit
ec148a553d
|
@ -144,6 +144,10 @@ public class DataEngine
|
|||
|
||||
if (format == null)
|
||||
throw new IllegalStateException ("No print format");
|
||||
|
||||
if (format.getJasperProcess_ID() > 0)
|
||||
return null;
|
||||
|
||||
String tableName = null;
|
||||
String reportName = format.getName();
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue