sdf03 anlt account search bugfix
This commit is contained in:
parent
667ca04eeb
commit
cdd4c4069c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public class Sdf03Creator {
|
|||
String c_acc_deb;
|
||||
if (AccountType.Info.equals(accType)) {
|
||||
Account anltAcc = accountImdg.getSingleObjectBySQL("accountType = '%s' and status = '%s'"
|
||||
.formatted(AccountType.Anlt, Status.Active.getKey()));
|
||||
.formatted(AccountType.Anlt.getKey(), Status.Active.getKey()));
|
||||
if (anltAcc == null) {
|
||||
throw new IllegalStateException("SDF03 creation error: paymentInstruction.creditLeg_accountId="
|
||||
+ paymentInstruction.getCreditLeg_accountId() + " accountType 'Info' but no 'ANLT' account found");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue