Skip to content
Snippets Groups Projects
Commit d235e0e3 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix full age range in out of school

parent e5d2035e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -176,7 +176,7 @@ rqf.addField({
}).addValue({
name: 'full_age_range',
table: 'pnad',
tableField: 'idade_31_03',
tableField: 'faixa_etaria_31_03',
resultField: 'full_age_range_id',
where: {
relation: '=',
......
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