Skip to content
Snippets Groups Projects

Merge branch development into homologa

Merged Pietro Cavassin requested to merge development into homologa
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -346,7 +346,7 @@ rqfCount.addField({
}
}).addValueToField({
name: 'school',
table: 'escola',
table: 'escola_agregada',
tableField: ['nome_escola', 'id'],
resultField: ['school_name', 'school_id'],
where: {
@@ -361,7 +361,7 @@ rqfCount.addField({
}
}, 'dims').addValueToField({
name: 'school',
table: 'escola',
table: 'escola_agregada',
tableField: 'nome_escola',
resultField: 'school_name',
where: {
Loading