This commit is contained in:
parent
d8c0401a59
commit
59942baf9b
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ public class Sdf09Executor extends AbstractExecutor<SDf09> {
|
|||
statement.setSenderId(Sender.Prc.getId());
|
||||
statement.setCreated(Instant.now());
|
||||
statement.setClearingDate(LocalDate.now());
|
||||
statement.setStatementType(StatementType.full.getKey());
|
||||
statement.setStatementType(StatementType.incr.getKey());
|
||||
statement.setAccountId(account.getId());
|
||||
statement.setAccount(sdf09.getAccount());
|
||||
statement.setInOutDirection(InOutDirection.in.getKey());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue