fixes bug#24555

dev: Julio
qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112411 d1611594-4594-4d17-8e1d-87c2c4800839
master
julio 2022-05-30 20:12:04 +00:00
parent 99a85b566f
commit f087d5fc09
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ public class RelatorioVendasBilheteiroSintetico extends Relatorio {
} }
sql.append("where "); sql.append("where ");
sql.append(" ca.indreimpresion = 0 "); sql.append(" ca.activo = 1 ");
sql.append(" and ca.indreimpresion = 0 ");
sql.append(" and ca.feccorte >= :DATA_INICIAL "); sql.append(" and ca.feccorte >= :DATA_INICIAL ");
sql.append(" and ca.feccorte <= :DATA_FINAL "); sql.append(" and ca.feccorte <= :DATA_FINAL ");
if (parametros.get("EMPRESA_ID") != null) { if (parametros.get("EMPRESA_ID") != null) {