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

Add filter day_care in school.js

parent a75dfdc9
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!47School number count
Pipeline #
...@@ -542,6 +542,16 @@ rqfCount.addField({ ...@@ -542,6 +542,16 @@ rqfCount.addField({
type: 'boolean', type: 'boolean',
field: 'reg_infantil_preescola' field: 'reg_infantil_preescola'
} }
}).addValue({
name: 'education_day_care_child',
table: 'escola',
tableField: 'reg_infantil_creche',
resultField: 'education_day_care_child_name',
where: {
relation: '=',
type: 'boolean',
field: 'reg_infantil_creche'
}
}).addValue({ }).addValue({
name: 'directors_room', name: 'directors_room',
table: 'escola', table: 'escola',
......
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