http://jira.mfd.msk:8088/browse/CLS-189 PaymentInstructionCreator account I bug fix

This commit is contained in:
AKurakin 2023-02-07 14:27:02 +03:00
parent bb96118df0
commit afb0e6c182

View file

@ -193,7 +193,7 @@ public class PaymentInstructionCreator {
}
Account acc2 = accountImdg.getSingleObjectByID(payment2.getCreditLegAccountId());
if (acc2 != null) {
payment1.setCreditLegAccount(acc2.getAccount());
payment2.setCreditLegAccount(acc2.getAccount());
}
}