IDEMPIERE-1951 - changeset a02ba14 broke jasper formats running from print format

This commit is contained in:
Carlos Ruiz 2015-01-14 18:00:11 -05:00
parent 6e03e56b32
commit ecb23fde46
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ public class ReportAction implements EventListener<Event>
// It's a report using the JasperReports engine
ProcessInfo pi = new ProcessInfo ("", pf.getJasperProcess_ID(), pf.getAD_Table_ID(), Record_ID);
pi.setRecord_IDs(RecordIDs);
pi.setIsBatch(true);
//pi.setIsBatch(true);
if (export)
{