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-87c2c4800839master
parent
99a85b566f
commit
f087d5fc09
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue