Skip to content
Snippets Groups Projects
Commit f930938a authored by ns17's avatar ns17
Browse files

fix social support and admission

parent b15b1e67
Branches
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ rqf.addField({
})
.addValue({
name: 'region',
table: 'extracurricular_activities_ag',
table: 'admission_ag',
tableField: 'nome_regiao_ies',
resultField: 'region',
where: {
......@@ -156,7 +156,7 @@ rqf.addField({
})
.addValue({
name: 'uf',
table: 'extracurricular_activities_ag',
table: 'admission_ag',
tableField: 'sigla_uf_ies',
resultField: 'uf',
where: {
......
......@@ -212,7 +212,7 @@ rqf.addField({
})
.addValue({
name: 'region',
table: 'extracurricular_activities_ag',
table: 'social_support_ag',
tableField: 'nome_regiao_ies',
resultField: 'region',
where: {
......@@ -223,7 +223,7 @@ rqf.addField({
})
.addValue({
name: 'uf',
table: 'extracurricular_activities_ag',
table: 'social_support_ag',
tableField: 'sigla_uf_ies',
resultField: 'uf',
where: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment