fixes bug#AL-3977
parent
bb10111a25
commit
6cfec45884
|
@ -192,7 +192,6 @@ public class RelatorioBilhetesVendidosEstoqueAgencia extends Relatorio {
|
||||||
sql.append(" em.nombEmpresa, AIT.DESCTIPO ");
|
sql.append(" em.nombEmpresa, AIT.DESCTIPO ");
|
||||||
sql.append(" )TB ");
|
sql.append(" )TB ");
|
||||||
sql.append(" ORDER BY to_number(TB.FOLIO) ");
|
sql.append(" ORDER BY to_number(TB.FOLIO) ");
|
||||||
System.out.println(sql.toString());
|
|
||||||
return sql.toString();
|
return sql.toString();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue