OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 142 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 142 Rev 156
Line 41... Line 41...
41
        return new GroupSQLComponent(this, new CompteClientTransactionGroup());
41
        return new GroupSQLComponent(this, new CompteClientTransactionGroup());
42
    }
42
    }
43
 
43
 
44
    @Override
44
    @Override
45
    protected String createCode() {
45
    protected String createCode() {
46
        return super.createCodeFromPackage() + ".account.transaction";
46
        return this.createCodeOfPackage() + ".account.transaction";
47
    }
47
    }
48
}
48
}