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

Fix bug gender undefined

parent 80030d24
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -55,7 +55,7 @@ const ids = {
contract_type_id: contractType,
ethnic_group_pnad_id: ethnicGroupPnad,
age_range_id: ageRange,
gender_id: genderPnad,
gender_pnad_id: genderPnad,
fifth_household_income_id: fifthHouseholdIncome,
extremes_household_income_id: extremesHouseholdIncome
};
......
......@@ -197,7 +197,7 @@ rqf.addField({
name: 'gender',
table: 'pnad',
tableField: 'sexo',
resultField: 'gender_id',
resultField: 'gender_pnad_id',
where: {
relation: '=',
type: 'integer',
......
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