Skip to content
Snippets Groups Projects
Commit f3bee87c authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Merge branch 'school_number_count' into 'development'

Fix - Water convert

See merge request !49
parents 0325e661 527c6662
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 = {
education_eja_id: booleanVariable,
library_reading_room_id: booleanVariable,
library_id: booleanVariable,
reading_room_id: booleanVariable
reading_room_id: booleanVariable,
water_id: booleanVariable
};
function transform(removeId=false) {
......
......@@ -677,7 +677,7 @@ rqfCount.addField({
name: 'water',
table: 'escola',
tableField: 'fornecimento_agua',
resultField: 'water_name',
resultField: 'water_id',
where: {
relation: '=',
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