Skip to content
Snippets Groups Projects
Commit 857b477b authored by Guiusepe's avatar Guiusepe
Browse files

removing name column on ocde filters

parent 29322b13
No related branches found
No related tags found
3 merge requests!335Homologa,!334Dev,!309Merge new updates into master
......@@ -466,8 +466,8 @@ rqf.addField({
}).addValue({
name:'ocde_specific',
table: '@',
tableField: ['par_cod_ocde_area_especifica', 'nome_ocde_area_especifica'],
resultField: ['ocde_specific_id', 'ocde_specific_name'],
tableField: ['par_cod_ocde_area_especifica'],
resultField: ['ocde_specific_id'],
where: {
relation: '=',
type: 'integer',
......@@ -476,8 +476,8 @@ rqf.addField({
}).addValue({
name:'ocde_geral',
table: '@',
tableField: ['par_cod_ocde_area_geral', 'nome_ocde_area_geral'],
resultField: ['ocde_geral_id', 'ocde_geral_name'],
tableField: ['par_cod_ocde_area_geral'],
resultField: ['ocde_geral_id'],
where: {
relation: '=',
type: 'integer',
......@@ -486,8 +486,8 @@ rqf.addField({
}).addValue({
name:'ocde_detailed',
table: '@',
tableField: ['par_cod_ocde_area_detalhada', 'nome_ocde_area_detalhada'],
resultField: ['ocde_detailed_id', 'ocde_detailed_name'],
tableField: ['par_cod_ocde_area_detalhada'],
resultField: ['ocde_detailed_id'],
where: {
relation: '=',
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