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());