BF [ 2767895 ] - Invoice Write Off returning incorrect number of write-offs
This commit is contained in:
parent
4e38b09bff
commit
5689be86cf
|
|
@ -177,7 +177,7 @@ public class InvoiceWriteOff extends SvrProcess
|
||||||
while (rs.next ())
|
while (rs.next ())
|
||||||
{
|
{
|
||||||
if (writeOff(rs.getInt(1), rs.getString(2), rs.getTimestamp(3),
|
if (writeOff(rs.getInt(1), rs.getString(2), rs.getTimestamp(3),
|
||||||
rs.getInt(4), rs.getBigDecimal(6)));
|
rs.getInt(4), rs.getBigDecimal(6)))
|
||||||
counter++;
|
counter++;
|
||||||
}
|
}
|
||||||
rs.close ();
|
rs.close ();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue