Skip to content
Snippets Groups Projects
Commit 6f4ab520 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos Committed by Pietro Cavassin
Browse files

filter added

parent 59da40e4
No related branches found
No related tags found
4 merge requests!377prd_version of simcaq,!368update filter in v2 school,!351filter added,!348Merge branch development into homologa
......@@ -328,6 +328,16 @@ rqf.addField({
type: 'integer',
field: 'localizacao_diferenciada_par'
}
}).addValue({
name: 'adm_dependency',
table: 'escola',
tableField: 'dependencia_adm_id',
resultField: 'adm_dependency',
where: {
relation: '=',
type: 'integer',
field: 'dependencia_adm_id'
}
});
rqfCount.addField({
......
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