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-87c2c4800839master
parent
175d21a357
commit
e90e05a274
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue