marcus 2013-10-15 18:18:31 +00:00
parent c360957bcc
commit b4f06dcd9d
1 changed files with 1 additions and 1 deletions

View File

@ -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, ");