balance-service http://jira.mfd.msk:8088/browse/CLS-74 правка обновления sdf09/10
This commit is contained in:
parent
394bcec2b3
commit
c4e6cb142d
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ public class Sdf09Executor extends AbstractExecutor<SDf09> {
|
|||
statement.setInOutDirection(InOutDirection.in.getKey());
|
||||
statement.setAmount(sdf09.getSum());
|
||||
statement.setCashMovementCurrencyCode(CurrencyCode.RUB.getKey());
|
||||
statement.setInSDfId(sdf09.getId());
|
||||
// statement.setOutSDfId(sdf10.getId()); заполняется внешним кодом
|
||||
statement.setInOutSDfType(InOutSDfType.type9.getKey());
|
||||
statementImdg.update(statement);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue