Skip to content
Snippets Groups Projects
Commit 8b732db1 authored by João Kieras's avatar João Kieras
Browse files

Update adm_dep and localizacao

parent 7fe8351d
No related branches found
No related tags found
4 merge requests!335Homologa,!334Dev,!331Issue 752 aee,!309Merge new updates into master
......@@ -135,12 +135,12 @@ rqf.addField({
}, 'filter').addValueToField({
name: 'locale_id', // working
table: 'numero_estudantes_aee',
tableField: 'localizacao_id',
tableField: 'localidade_area_rural',
resultField: 'locale_id',
where: {
relation: '=',
type: 'integer',
field: 'localizacao_id'
field: 'localidade_area_rural'
}
}, 'filter').addValue({
name: 'ethnic_group', // working
......@@ -155,12 +155,12 @@ rqf.addField({
}).addValue({
name: 'adm_dependency', // working
table: 'numero_estudantes_aee',
tableField: 'dependencia_adm_id',
tableField: 'dependencia_adm_priv',
resultField: 'adm_dependency_id',
where: {
relation: '=',
type: 'integer',
field: 'dependencia_adm_id'
field: 'dependencia_adm_priv'
}
}).addValue({
name:'age_range_all', // working
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment