From 65e7a2558a58ba81a8bb6120217c0eb69705270d Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Mon, 11 Jan 2016 17:38:43 +0000 Subject: [PATCH] fixes bug #7020 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@51813 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/CorridaServiceImpl.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java index 465808706..54a0e2036 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java @@ -506,12 +506,12 @@ public class CorridaServiceImpl implements CorridaService { corrida.setAutobus(null); corrida.setClaseServicio(esquemaCorrida.getClaseServicio()); corrida.setConductor(null); - if(esquemaCorrida.getIndCorridaExtra()){ - corrida.setTipoServicio(new Short("2")); - }else{ +// if(esquemaCorrida.getIndCorridaExtra()){ +// corrida.setTipoServicio(new Short("2")); +// }else{ corrida.setTipoServicio(new Short("1")); - } - corrida.setInfoCorrida(esquemaCorrida.getInfoCorrida()); +// } +// corrida.setInfoCorrida(esquemaCorrida.getInfoCorrida()); Integer cantparados = esquemaCorrida.getCantparados(); if (cantparados != null) { corrida.setCantParados(cantparados.shortValue());