The ant build didn't compile due to dependency issues. Changing back and will look over dependencies.
(Jasper report printing in Invoice Print process) Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199
This commit is contained in:
parent
7b9d12f9b5
commit
13a942c548
|
@ -337,7 +337,8 @@ public class InvoicePrint extends SvrProcess
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ReportCtl.startDocumentPrint(ReportEngine.INVOICE, C_Invoice_ID, null, 0, true);
|
re.print();
|
||||||
|
// ReportCtl.startDocumentPrint(ReportEngine.INVOICE, C_Invoice_ID, null, 0, true);
|
||||||
count++;
|
count++;
|
||||||
printed = true;
|
printed = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue