IDEMPIERE-104 Print Invoices process ignores Jasper Format
This commit is contained in:
parent
a9fd4a3ce5
commit
258e6224f6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue