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, ");