diff --git a/utils/calendar.js b/utils/calendar.js index f1ad997..9d686c5 100644 --- a/utils/calendar.js +++ b/utils/calendar.js @@ -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);