Better projet

This commit is contained in:
Thomas Forgione 2017-11-10 14:23:45 +01:00
parent f83d0087a6
commit 8bb72a6e22
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ cal.getTotalByCourse = function(user, callback) {
let type = event.type;
let typeName;
if (type === cal.Type.Other.BE || type == cal.Type.Other.Examen) {
if (type === cal.Type.Other.BE || type == cal.Type.Other.Examen || type == cal.Type.Other.Projet) {
typeName = "Other";
} else {
typeName = cal.getTypeName(type);