Skip to content
Snippets Groups Projects
Commit 6f9471a3 authored by Pietro Cavassin's avatar Pietro Cavassin
Browse files

hotfix converts

parent 8c3b381a
No related branches found
No related tags found
2 merge requests!329Update enrollment - new filters,!309Merge new updates into master
......@@ -25,6 +25,6 @@ module.exports = function integralTime(id) {
case 1:
return 'Sim';
case 2:
return 'Não se aplica - Semi presencial e EaD';
return 'Não se aplica - Semipresencial e EaD';
}
};
......@@ -29,6 +29,7 @@ module.exports = function upperTurn(id) {
case 4:
return 'Integral';
case 99:
case "null":
return 'Não aplicavel (Ead)';
default:
return 'Não classificada';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment