Better projet
This commit is contained in:
parent
f83d0087a6
commit
8bb72a6e22
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue