Skip to content
Snippets Groups Projects
Commit ed46fe56 authored by Guiusepe's avatar Guiusepe
Browse files

adding diff_location filters

parent a79c0e6e
No related branches found
No related tags found
3 merge requests!309Merge new updates into master,!287Homologa,!284Diff location routes
......@@ -428,6 +428,16 @@ rqfTeacher.addField({
type: 'integer',
field: 'localizacao_id'
}
}).addValue({
name: 'diff_location',
table: '@',
tableField: 'localizacao_diferenciada_par',
resultField: 'diff_location_id_par',
where: {
relation: '=',
type: 'integer',
field: 'localizacao_diferenciada_par'
}
}).addValue({
name: 'rural_location',
table: '@',
......
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