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

Merge branch 'development' into 'homologa'

[hotfix] Setting updated names to enrollment indicator

See merge request !473
parents 98b38542 fa5e47ff
No related branches found
No related tags found
3 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!473[hotfix] Setting updated names to enrollment indicator
......@@ -454,7 +454,7 @@ rqf.addField({
}, 'filter').addValueToField({
name: 'school',
table: 'escola',
tableField: ['nome_escola', 'id'],
tableField: ['nome_escola_atualizado', 'id'],
resultField: ['school_name', 'school_id'],
where: {
relation: '=',
......@@ -494,7 +494,7 @@ rqf.addField({
}, 'dims').addValueToField({
name: 'school',
table: 'escola',
tableField: 'nome_escola',
tableField: 'nome_escola_atualizado',
resultField: 'school_name',
where: {
relation: '=',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment