http://jira.mfd.msk:8088/browse/CLS-130 sdf03 sdf11
This commit is contained in:
parent
6d14c43994
commit
11ed1ff66b
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ public class PaymentInstructionSorter {
|
||||||
batchInfo.setInitialOrder(payments);
|
batchInfo.setInitialOrder(payments);
|
||||||
return batchInfo;
|
return batchInfo;
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalStateException("unknown clearing member category");
|
throw new IllegalStateException("unknown clearing member category for generationId="
|
||||||
|
+ generationId + " companyId=" + senderId + "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue