OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 174 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 174 Rev 177
Line 55... Line 55...
55
        return l;
55
        return l;
56
    }
56
    }
57
 
57
 
58
    protected List<String> getComboFields() {
58
    protected List<String> getComboFields() {
59
        final List<String> l = new ArrayList<String>();
59
        final List<String> l = new ArrayList<String>();
60
        l.add("NOM_BANQUE");
60
        l.add("IBAN");
61
        l.add("RIB");
61
        l.add("BIC");
62
        return l;
62
        return l;
63
    }
63
    }
64
 
64
 
65
    @Override
65
    @Override
66
    public boolean isPrivate() {
66
    public boolean isPrivate() {