Fixes Bug #0009988
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@75148 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6adc926731
commit
0676e47bd0
|
@ -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, ");
|
||||
|
|
Loading…
Reference in New Issue