http://jira.mfd.msk:8088/browse/CLS-189 PaymentInstructionCreator account I bug fix
This commit is contained in:
parent
bb96118df0
commit
afb0e6c182
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ public class PaymentInstructionCreator {
|
|||
}
|
||||
Account acc2 = accountImdg.getSingleObjectByID(payment2.getCreditLegAccountId());
|
||||
if (acc2 != null) {
|
||||
payment1.setCreditLegAccount(acc2.getAccount());
|
||||
payment2.setCreditLegAccount(acc2.getAccount());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue