From 354552c555d62cccd3311da81a1315f1ce37c351 Mon Sep 17 00:00:00 2001 From: "daniel.zauli" Date: Wed, 16 Mar 2016 19:28:08 +0000 Subject: [PATCH] fixes bug #7234 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@53937 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/CorridaServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java index 5db549d9d..64117f777 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java @@ -506,11 +506,11 @@ 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()); Integer cantparados = esquemaCorrida.getCantparados(); if (cantparados != null) {