diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jasper b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jasper index c1de3ac96..3b5b32b7e 100644 Binary files a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jasper and b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jasper differ diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jrxml b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jrxml index 6b6012541..ca979c6da 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jrxml +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhas.jrxml @@ -75,7 +75,6 @@ AND BO.FECCORRIDA = CT.FECCORRIDA AND BO.ORIGEN_ID = CTO.ORIGEN_ID AND BO.DESTINO_ID = CTD.DESTINO_ID - AND BO.INDREIMPRESION = 0 AND CTD.CORRIDA_ID = CT.CORRIDA_ID AND CTD.FECCORRIDA = CT.FECCORRIDA AND CTO.CORRIDA_ID = CT.CORRIDA_ID @@ -163,7 +162,6 @@ AND TF.ACTIVO = 1 AND BL.MOTIVOCANCELACION_ID IS NULL AND BL.INDSTATUSOPERACION = 'F' - AND BL.INDREIMPRESION = 0 AND TF.VIGENCIATARIFA_ID = VT.VIGENCIATARIFA_ID AND VT.ACTIVO = 1 AND CR.FECCORRIDA BETWEEN VT.FECINICIOVIGENCIA AND diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jasper b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jasper index 85f6b404b..084159153 100644 Binary files a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jasper and b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jasper differ diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jrxml b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jrxml index 4336efd86..208ad7fb1 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jrxml +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/templates/RelatorioResumoLinhasAnalitico.jrxml @@ -66,7 +66,6 @@ AND CT.NUMSECUENCIA BETWEEN CTO.NUMSECUENCIA AND CTD.NUMSECUENCIA AND BO.ACTIVO = 1 - AND BO.INDREIMPRESION = 0 AND (BO.MOTIVOCANCELACION_ID IS NULL OR BO.MOTIVOCANCELACION_ID = 0) GROUP BY CT.TRAMO_ID, TR.CANTKMREAL), @@ -87,7 +86,6 @@ AND CR.FECCORRIDA = BL.FECCORRIDA AND CR.CORRIDA_ID = BL.CORRIDA_ID AND BL.MOTIVOCANCELACION_ID IS NULL - AND BL.INDREIMPRESION = 0 AND BL.INDSTATUSOPERACION = 'F' AND BL.ACTIVO = 1 AND CR.RUTA_ID = NVL($P{RUTA_ID}, CR.RUTA_ID)