Skip to content
Snippets Groups Projects
Commit 79680c61 authored by lgtg20's avatar lgtg20
Browse files

Merge branch 'fix_modality_shift' into 'development'

added 'não informado' for null options

See merge request !392
parents 1f896362 70d001de
No related branches found
No related tags found
3 merge requests!405Homologa,!393Development,!392added 'não informado' for null options
...@@ -35,6 +35,7 @@ module.exports = function modalityShift(id) { ...@@ -35,6 +35,7 @@ module.exports = function modalityShift(id) {
case 7: case 7:
return 'EaD ou semipresencial'; return 'EaD ou semipresencial';
case 9: case 9:
case null:
return 'Não informado'; return 'Não informado';
case 99: case 99:
return 'Não frequenta instituição de ensino'; return 'Não frequenta instituição de ensino';
......
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