Skip to content
Snippets Groups Projects
Commit 527c6662 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix - Water convert

parent d479e4ca
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!49Fix - Water convert
Pipeline #
...@@ -49,7 +49,8 @@ const ids = { ...@@ -49,7 +49,8 @@ const ids = {
education_eja_id: booleanVariable, education_eja_id: booleanVariable,
library_reading_room_id: booleanVariable, library_reading_room_id: booleanVariable,
library_id: booleanVariable, library_id: booleanVariable,
reading_room_id: booleanVariable reading_room_id: booleanVariable,
water_id: booleanVariable
}; };
function transform(removeId=false) { function transform(removeId=false) {
......
...@@ -677,7 +677,7 @@ rqfCount.addField({ ...@@ -677,7 +677,7 @@ rqfCount.addField({
name: 'water', name: 'water',
table: 'escola', table: 'escola',
tableField: 'fornecimento_agua', tableField: 'fornecimento_agua',
resultField: 'water_name', resultField: 'water_id',
where: { where: {
relation: '=', relation: '=',
type: 'boolean', type: 'boolean',
......
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