IDEMPIERE-1055 Print Dunning Letters on remote machine throwing errors / peer review

This commit is contained in:
Carlos Ruiz 2013-06-19 19:23:58 -05:00
parent f8b6a4f726
commit 975fcc3c6e
1 changed files with 1 additions and 2 deletions

View File

@ -235,10 +235,9 @@ public class DunningPrint extends SvrProcess
else
{
if (re != null) {
re.print ();
pdfList.add(re.getPDF());
count++;
printed = true;
pdfList.add(re.getPDF());
}