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:
usrdno 2010-05-04 08:06:36 +00:00
parent 7b9d12f9b5
commit 13a942c548
1 changed files with 2 additions and 1 deletions

View File

@ -337,7 +337,8 @@ public class InvoicePrint extends SvrProcess
}
else
{
ReportCtl.startDocumentPrint(ReportEngine.INVOICE, C_Invoice_ID, null, 0, true);
re.print();
// ReportCtl.startDocumentPrint(ReportEngine.INVOICE, C_Invoice_ID, null, 0, true);
count++;
printed = true;
}