OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 83 Rev 156
Line 151... Line 151...
151
        return table;
151
        return table;
152
    }
152
    }
153
 
153
 
154
    @Override
154
    @Override
155
    protected String createCode() {
155
    protected String createCode() {
156
        return createCodeFromPackage() + ".analytic.account.relation";
156
        return createCodeOfPackage() + ".analytic.account.relation";
157
    }
157
    }
158
}
158
}