IDEMPIERE-104 Print Invoices process ignores Jasper Format

This commit is contained in:
Carlos Ruiz 2012-08-29 21:34:00 -05:00
parent a9fd4a3ce5
commit 258e6224f6
1 changed files with 3 additions and 0 deletions

View File

@ -313,6 +313,9 @@ public class ReportCtl
if(format.getJasperProcess_ID() > 0)
{
ServerReportCtl.runJasperProcess(Record_ID, re, IsDirectPrint, printerName);
if (IsDirectPrint) {
ReportEngine.printConfirm(type, Record_ID);
}
}
else
// Standard Print Format (Non-Jasper)