diff --git a/src/libs/routes/school.js b/src/libs/routes/school.js index 9ca64a2a938f90c59cef276391a74812fd654437..70803156733e5c943b37211e336065746d4e0eae 100644 --- a/src/libs/routes/school.js +++ b/src/libs/routes/school.js @@ -542,6 +542,16 @@ rqfCount.addField({ type: 'boolean', 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({ name: 'directors_room', table: 'escola',