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

Fix convert in transport route

parent 92433fa2
No related branches found
No related tags found
No related merge requests found
Pipeline #17819 failed
...@@ -248,10 +248,10 @@ rqf.addField({ ...@@ -248,10 +248,10 @@ rqf.addField({
field: 'responsavel_transp' field: 'responsavel_transp'
} }
}).addValue({ }).addValue({
name: 'education_level_basic', name: 'education_level_mod',
table: 'matricula', table: 'matricula',
tableField: 'etapas_mod_ensino_segmento_id', tableField: 'etapas_mod_ensino_segmento_id',
resultField: 'education_level_basic_id', resultField: 'education_level_mod_id',
where: { where: {
relation: '=', relation: '=',
type: 'integer', type: 'integer',
......
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