сессия по возвратам депозитов шаг 7 возвращать пустой результат
This commit is contained in:
parent
d63d080023
commit
afc4669cad
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ public class FormingPaymentInstructionDepositReturn implements ISessionStage {
|
|||
|
||||
//todo fill result
|
||||
StageResult<Collection<PaymentInstruction>> stageResult = new StageResult(null, true);
|
||||
stageResult.setStageResult(null);
|
||||
stageResult.setStageResult(new ArrayList<>());
|
||||
return stageResult;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue