Skip to content
Snippets Groups Projects
Commit 9488cc49 authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Merge branch 'demanda4' into 'development'

i438

See merge request !47
parents 543c3a28 73b78082
Branches development
No related tags found
2 merge requests!48Development,!47i438
Pipeline #24078 failed
......@@ -134,6 +134,16 @@ rqf.addField({
type: 'string',
field: 'etapa_ensino'
}
}).addValue({
name: 'modalidade_ensino',
table: 'indigenas_schools_ag',
tableField: 'modalidade_ensino',
resultField: 'modalidade_ensino',
where: {
relation: '=',
type: 'integer',
field: 'modalidade_ensino'
}
});
indigenasEnrollmentApp.get('/', rqf.parse(), rqf.build(), function (req, res, next) {
......
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