Skip to content
Snippets Groups Projects
Commit 262f7dbe authored by lgtg20's avatar lgtg20
Browse files

Merge branch 'update-curso-superior-agregado' into 'development'

Update region and state name for 'Exterior' to include 'Curso à distância'

See merge request !479
parents 7db6f407 cbd1217f
No related branches found
No related tags found
4 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!480Development,!479Update region and state name for 'Exterior' to include 'Curso à distância'
......@@ -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