fixes bug#AL-3977

master
wallace.henrique 2024-03-12 22:30:07 -03:00
parent bb10111a25
commit 6cfec45884
1 changed files with 0 additions and 1 deletions

View File

@ -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();