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 type = event.type;
|
||||||
let typeName;
|
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";
|
typeName = "Other";
|
||||||
} else {
|
} else {
|
||||||
typeName = cal.getTypeName(type);
|
typeName = cal.getTypeName(type);
|
||||||
|
|
Loading…
Reference in New Issue