Skip to content
Snippets Groups Projects
Commit c3399f24 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

:bugfix: Fix wrong table and field in offer_projection

parent d453566c
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!44Feature multiple where
Pipeline #
...@@ -306,8 +306,8 @@ simRqf.addField({ ...@@ -306,8 +306,8 @@ simRqf.addField({
}, },
join: { join: {
primary: 'id', primary: 'id',
foreign: 'escola_municipio_id', foreign: 'municipio_id',
foreignTable: 'matricula' foreignTable: 'uc408'
} }
}); });
......
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