Skip to content
Snippets Groups Projects
Commit 56a9c76e authored by jvfpw18's avatar jvfpw18
Browse files

v1.11.4

parent dadce39a
No related branches found
No related tags found
1 merge request!216v1.11.4
Pipeline #20743 failed
...@@ -271,7 +271,7 @@ rqf.addField({ ...@@ -271,7 +271,7 @@ rqf.addField({
resultField: 'adm_dependency_id', resultField: 'adm_dependency_id',
where: { where: {
relation: '=', relation: '=',
type: 'boolean', type: 'integer',
field: 'dependencia_adm_id' field: 'dependencia_adm_id'
} }
}).addValue({ }).addValue({
...@@ -531,7 +531,7 @@ rqf.addField({ ...@@ -531,7 +531,7 @@ rqf.addField({
resultField: 'integral_time_id', resultField: 'integral_time_id',
where: { where: {
relation: '=', relation: '=',
type: 'integer', type: 'boolean',
field: 'tempo_integral' field: 'tempo_integral'
} }
}).addValue({ }).addValue({
......
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