BF 2957762: Payment selection print has the wrong cheque number
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2957762
This commit is contained in:
parent
c5f6c84434
commit
4907114af1
|
@ -226,8 +226,9 @@ public final class MPaySelectionCheck extends X_C_PaySelectionCheck
|
||||||
while (rs.next())
|
while (rs.next())
|
||||||
{
|
{
|
||||||
MPaySelectionCheck check = new MPaySelectionCheck (Env.getCtx(), rs, trxName);
|
MPaySelectionCheck check = new MPaySelectionCheck (Env.getCtx(), rs, trxName);
|
||||||
// Set new Check Document No - saved in confirmPrint
|
// Set new Check Document No
|
||||||
check.setDocumentNo(String.valueOf(docNo++));
|
check.setDocumentNo(String.valueOf(docNo++));
|
||||||
|
check.save();
|
||||||
list.add(check);
|
list.add(check);
|
||||||
}
|
}
|
||||||
rs.close();
|
rs.close();
|
||||||
|
|
Loading…
Reference in New Issue