Use a dash if bank branch nr is not set

This commit is contained in:
Manfred Karrer 2016-03-17 18:04:08 +01:00
parent e6e8fc56fc
commit b6408d70e4

View file

@ -34,7 +34,7 @@ public abstract class BankAccountContractData extends CountryBasedPaymentAccount
protected String holderName; protected String holderName;
protected String bankName; protected String bankName;
protected String bankId; protected String bankId;
protected String branchId; protected String branchId = "-";
protected String accountNr; protected String accountNr;
@Nullable @Nullable