BF [ 2767895 ] - Invoice Write Off returning incorrect number of write-offs

This commit is contained in:
mjudd 2009-04-16 07:51:34 +00:00
parent 4e38b09bff
commit 5689be86cf
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class InvoiceWriteOff extends SvrProcess
while (rs.next ())
{
if (writeOff(rs.getInt(1), rs.getString(2), rs.getTimestamp(3),
rs.getInt(4), rs.getBigDecimal(6)));
rs.getInt(4), rs.getBigDecimal(6)))
counter++;
}
rs.close ();