Skip to content
Snippets Groups Projects
Commit 2e905451 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

[FIX] Region filter column name fixed

parent c965932f
No related branches found
No related tags found
3 merge requests!434Homologa,!425Adding course_aggregate route,!424Course aggregate route
......@@ -343,12 +343,12 @@ rqf.addField({
}).addValue({
name: 'region',
table: 'curso_superior_agregado',
tableField: 'cod_regiao',
tableField: 'cod_reg',
resultField: 'region_id',
where: {
relation: '=',
type: 'integer',
field: 'cod_regiao'
field: 'cod_reg'
}
}).addValue({
name: 'metro_code',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment