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
master
walace 2022-08-01 12:37:35 +00:00
parent 4357676bc1
commit cf9347109b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ");
}