Skip to content
Snippets Groups Projects
Commit 6c4b46f8 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Change field from pnad

parent cc816eef
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!109Enrollment liquid ratio
Pipeline #
......@@ -289,15 +289,15 @@ glossEnrollmentRatioApp.get('/', rqf.parse(),(req, res, next) => {
function convertPnad(result) {
if (result == 1) {
return 'pnad.idade_31_03 = 1'
return 'pnad.faixa_etaria_31_03 = 1'
} else if (result == 2) {
return 'pnad.idade_31_03 = 2'
return 'pnad.faixa_etaria_31_03 = 2'
} else if (result == 4) {
return 'pnad.idade_31_03= 3'
return 'pnad.faixa_etaria_31_03 = 3'
} else if (result == 5) {
return 'pnad.idade_31_03 = 4'
return 'pnad.faixa_etaria_31_03 = 4'
} else if (result == 6) {
return 'pnad.idade_31_03 = 5'
return 'pnad.faixa_etaria_31_03 = 5'
}
}
......
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