Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
722b6ff385
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ public class PaymentInstructionCreator {
|
||||||
|
|
||||||
payment1.setSenderId(liabilitiesClaimsAssets.getCompanyId());
|
payment1.setSenderId(liabilitiesClaimsAssets.getCompanyId());
|
||||||
|
|
||||||
payment1.setAddresseeId(SPVB_ID); // СПВБ
|
payment1.setAddresseeId(liabilitiesClaimsAssets.getCompanyId());
|
||||||
|
|
||||||
String symbol1 = selectSymbolValue(payment1.getAddresseeId(), CompanySymbol.BIC);
|
String symbol1 = selectSymbolValue(payment1.getAddresseeId(), CompanySymbol.BIC);
|
||||||
if (symbol1 == null) {
|
if (symbol1 == null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue