From cf9347109bf25f108bd48052da4da07ec657f117 Mon Sep 17 00:00:00 2001 From: walace Date: Mon, 1 Aug 2022 12:37:35 +0000 Subject: [PATCH] fixes bug#24650 qua: dev: Evidencia em anexa do PDF git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@113589 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../relatorios/impl/RelatorioSegundaViaSeguroOpcional.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioSegundaViaSeguroOpcional.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioSegundaViaSeguroOpcional.java index 00da7f53e..82a84a66c 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioSegundaViaSeguroOpcional.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioSegundaViaSeguroOpcional.java @@ -119,7 +119,7 @@ public class RelatorioSegundaViaSeguroOpcional extends Relatorio { sql.append("INNER JOIN SEGPOLV SEG ON (SEG.BOLETO_ID = B.BOLETO_ID) "); - sql.append("WHERE EE.INDSEGUNDAVIAIMPRESSA = 1 AND B.MOTIVOREIMPRESION_ID = 99 "); + sql.append("WHERE EE.INDSEGUNDAVIAIMPRESSA = 1 "); if (dataInicial != null && dataFinal != null) { sql.append(" AND EE.FECSEGUNDAVIA BETWEEN :dataInicial and :dataFinal "); }