Mantis 5001: WS caja - Ajuste nos valores

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@34079 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2014-03-12 21:55:07 +00:00
parent 3f6f782d6f
commit e91b8d812d
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ public class SQLBuilderOracle implements SQLBuilder {
sb.append(" ori.descparada as \"origen\", ");
sb.append(" des.descparada as \"destino\", ");
sb.append(" c.CORRIDA_ID as \"corridaId\", ");
sb.append(" c.PRECIOBASE as \"precioBase\", ");
sb.append(" (case when c.motivocancelacion_id is null then c.PRECIOBASE else c.PRECIOBASE * -1 end) as \"precioBase\", ");
sb.append(" c.PRECIOPAGADO as \"precioPagado\", ");
sb.append(" c.FECHORVENTA as \"fecHorVenta\", ");
sb.append(" c.IMPORTETAXAEMBARQUE as \"importeTaxaEmbarque\", ");