fixes bug#24053

dev: JULIO
qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@111033 d1611594-4594-4d17-8e1d-87c2c4800839
master
celio 2022-02-25 12:51:22 +00:00
parent 175d21a357
commit e90e05a274
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class RelatorioPassageirosViajarController extends MyGenericForwardCompos
parametros.put("DATA_FINAL", datFinal.getValue());
String passagemAberta = " and (cj.feccorrida is null and cj.corrida_id is null) ";
if (!chkPassageiroAberto.isChecked()) {
passagemAberta = " and (cj.feccorrida is not null and cj.corrida_id not is null) ";
passagemAberta = " and (cj.feccorrida is not null and cj.corrida_id is not null) ";
}
parametros.put("PASSAGEM_ABERTA", passagemAberta);
Empresa e = (Empresa) cmbEmpresa.getSelectedItem().getValue();