Fixes Bug #0009538
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73793 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
55c02eb575
commit
7276e413ad
|
@ -81,6 +81,7 @@ public class RelatorioBilhetesVendidos extends Relatorio {
|
|||
if (parametros.get("STATUS") != null) {
|
||||
sql.append(" and b.INDSTATUSBOLETO in (" + parametros.get("STATUS") + ") ");
|
||||
}
|
||||
sql.append(" and B.BOLETOORIGINAL_ID is null ");
|
||||
sql.append(" order by u.CVEUSUARIO, ");
|
||||
sql.append(" u.NOMBUSUARIO, ");
|
||||
sql.append(" pv.NUMPUNTOVENTA, ");
|
||||
|
|
Loading…
Reference in New Issue