fix unit session
This commit is contained in:
parent
bbabde159e
commit
9d4169101b
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ public class FormingPaymentInstructionAssetsAction extends AbstractSessionAction
|
|||
private boolean statementsWereMade(PaymentInstruction pmt, Registry am_b) {
|
||||
ImdgPredicateBuilder pb = stlmHPropsImdg.predicateBuilder();
|
||||
String curCode = pmt.getCreditLeg_currencyCode();
|
||||
{
|
||||
if (!SessionType.PAYM.equals(sessionType)) {
|
||||
SettlementHouseProperties sttHs = stlmHPropsImdg.getFirstObjectByPredicate(
|
||||
pb.and(
|
||||
pb.in("currencyCode", curCode),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue