From c07145a318129f17b6d2d749c91f455a9fe02ad0 Mon Sep 17 00:00:00 2001 From: "alexandre.lima" Date: Mon, 11 Sep 2017 14:43:49 +0000 Subject: [PATCH] Fixes Bug #9492 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73655 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java index 5999638ef..a7ff04b76 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java @@ -47,7 +47,7 @@ public class RelatorioBilhetesVendidos extends Relatorio { sql.append(" p_destino.DESCPARADA DESTINO, "); sql.append(" pv.NUMPUNTOVENTA COD_AGENCIA, "); sql.append(" pv.NOMBPUNTOVENTA NOME_AGENCIA, "); - sql.append(" B.FECMODIF DATA, "); + sql.append(" B.FECHORVENTA DATA, "); sql.append(" B.fechorviaje DATA_VIAGEM, "); sql.append(" B.CORRIDA_ID SERVICO, "); sql.append(" to_char(B.fechorviaje, 'hh24:mi:ss') HORA, ");