Skip to content
Snippets Groups Projects
Commit 646590b5 authored by lgtg20's avatar lgtg20
Browse files

Merge branch 'development' into 'homologa'

Development

See merge request !480
parents 10920dd8 262f7dbe
No related branches found
No related tags found
3 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!480Development
......@@ -30,5 +30,7 @@ module.exports = function regionCode(id) {
return 'Sul'
case 5:
return 'Centro-Oeste';
case 6:
return 'Exterior/Curso à distância';
}
};
......@@ -75,7 +75,7 @@ module.exports = function stateName(id) {
case 53:
return 'Distrito Federal';
case 99:
return 'Exterior';
return 'Exterior/Curso à distância';
default:
return 'Não declarada';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment