From 0676e47bd02344369e9dbee9e0b2764b1387c678 Mon Sep 17 00:00:00 2001 From: "alexandre.lima" Date: Wed, 18 Oct 2017 18:18:57 +0000 Subject: [PATCH] Fixes Bug #0009988 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@75148 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java index 248f8823f..cd6936629 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioBilhetesVendidos.java @@ -87,7 +87,6 @@ public class RelatorioBilhetesVendidos extends Relatorio { sql.append(" AND b.INDSTATUSBOLETO = 'V' AND B.MOTIVOCANCELACION_ID IS NULL"); } } - sql.append(" and B.BOLETOORIGINAL_ID is null "); sql.append(" and B.ACTIVO = 1 "); sql.append(" order by u.CVEUSUARIO, "); sql.append(" u.NOMBUSUARIO, ");