IDEMPIERE-1055 Print Dunning Letters on remote machine throwing errors / peer review
This commit is contained in:
parent
f8b6a4f726
commit
975fcc3c6e
|
@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue