git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@31512 d1611594-4594-4d17-8e1d-87c2c4800839
parent
c360957bcc
commit
b4f06dcd9d
|
@ -395,7 +395,7 @@ public class RelatorioLinhasHorario extends Relatorio {
|
|||
sql.append(" C.CORRIDA_ID AS SERVICO, ");
|
||||
sql.append(" R.INDSENTIDOIDA AS SENTIDO, ");
|
||||
sql.append(" DA.CANTASIENTOS AS LOT, ");
|
||||
sql.append(" CS.CVECLASE AS CLA, ");
|
||||
sql.append(" NVL(CS.CVECLASE, '') AS CLA, ");
|
||||
sql.append(" NVL(TF.PRECIOORIGINAL, 0) AS TARIFA, ");
|
||||
sql.append(" ORIGEM.CVEPARADA AS ORIGEM, ");
|
||||
sql.append(" DESTINO.CVEPARADA AS DESTINO, ");
|
||||
|
|
Loading…
Reference in New Issue