Skip to content
Snippets Groups Projects
Commit d116e00d authored by Pietro Cavassin's avatar Pietro Cavassin
Browse files

Merge branch 'add_period_not' into homologa

parents c226133c 1d0aef81
Branches
Tags
3 merge requests!309Merge new updates into master,!279Homologa,!277add period_not filter in enrollment
...@@ -588,6 +588,16 @@ rqf.addField({ ...@@ -588,6 +588,16 @@ rqf.addField({
type: 'boolean', type: 'boolean',
field: 'exclusiva_especial' field: 'exclusiva_especial'
} }
}).addValue({
name: 'period_not',
table: 'matricula',
tableField: 'turma_turno_id',
resultField: 'period_id',
where: {
relation: '<>',
type: 'integer',
field: 'turma_turno_id'
}
}); });
enrollmentApp.get('/', rqf.parse(), (req, res, next) => { enrollmentApp.get('/', rqf.parse(), (req, res, next) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment