http://jira.mfd.msk:8088/browse/CLS-189 PaymentInstructionCreator мелкая правка B

This commit is contained in:
AKurakin 2023-02-07 13:18:13 +03:00
parent d22a4048aa
commit c1f0923433

View file

@ -325,7 +325,7 @@ public class PaymentInstructionCreator {
payment1.setSenderId(liabilitiesClaimsAssets.getCompanyId());
payment1.setAddresseeId(SPVB_ID); // СПВБ
payment1.setAddresseeId(liabilitiesClaimsAssets.getCompanyId());
String symbol1 = selectSymbolValue(payment1.getAddresseeId(), CompanySymbol.BIC);
if (symbol1 == null) {