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

Add filter cod_localizacao

parent 20293c93
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!47School number count
Pipeline #
......@@ -178,6 +178,16 @@ rqfCount.addField({
foreign: 'dependencia_adm_priv',
foreignTable: 'escola'
}
}).addValue({
name: 'location',
table: 'escola',
tableField: 'cod_localizacao',
resultField: 'cod_localizacao',
where: {
relation: '=',
type: 'integer',
field: 'cod_localizacao'
}
}).addValue({
name: 'cook_room',
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