bug#15134
dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@97179 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
46cb0724cc
commit
58ca7b62da
|
@ -178,11 +178,11 @@ public class RelatorioMovimentacaoBilhete extends Relatorio {
|
|||
gratuidadeBean.setHoraMD(rset.getTimestamp("feccreacion") != null ? hora.format(rset.getTimestamp("feccreacion")) : "");
|
||||
gratuidadeBean.setHoraEmissao(rset.getTimestamp("fechorventa") != null ? hora.format(rset.getTimestamp("fechorventa")) : "");
|
||||
|
||||
if (indstatusboleto.equalsIgnoreCase("TROCA PASSAGEM")
|
||||
|| indstatusboleto.equalsIgnoreCase("TRANSFERÊNCIA")
|
||||
|| indstatusboleto.equalsIgnoreCase("REATIVADO")
|
||||
|| indstatusboleto.equalsIgnoreCase("TROCA DE TITULARIDADE")
|
||||
|| indstatusboleto.equalsIgnoreCase("TROCA POLTRONA")) {
|
||||
if (indstatusboleto.equalsIgnoreCase(RelatorioMovimentacaoBilheteStatusEnum.TROCA.getStatusRelatorioAnterior())
|
||||
|| indstatusboleto.equalsIgnoreCase(RelatorioMovimentacaoBilheteStatusEnum.TRANSFERENCIA.getStatusRelatorioAnterior())
|
||||
|| indstatusboleto.equalsIgnoreCase(RelatorioMovimentacaoBilheteStatusEnum.REATIVACAO.getStatusRelatorioAnterior())
|
||||
|| indstatusboleto.equalsIgnoreCase(RelatorioMovimentacaoBilheteStatusEnum.TROCA_TITULARIDADE.getStatusRelatorioAnterior())
|
||||
|| indstatusboleto.equalsIgnoreCase(RelatorioMovimentacaoBilheteStatusEnum.TROCA_POLTRONA.getStatusRelatorioAnterior())) {
|
||||
gratuidadeBean.setSerienovo(rset.getString("serienovo"));
|
||||
gratuidadeBean.setSubserienovo(rset.getString("subserienovo"));
|
||||
gratuidadeBean.setCcfnovo(rset.getString("ccfnovo"));
|
||||
|
|
Loading…
Reference in New Issue