OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 132 Rev 156
Line 90... Line 90...
90
        };
90
        };
91
    }
91
    }
92
 
92
 
93
    @Override
93
    @Override
94
    protected String createCode() {
94
    protected String createCode() {
95
        return createCodeFromPackage() + ".vacation.total";
95
        return createCodeOfPackage() + ".vacation.total";
96
    }
96
    }
97
}
97
}