diff --git a/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java index ae3d041fc..b56bcc87b 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/TramoRutaServiceImpl.java @@ -552,7 +552,7 @@ public class TramoRutaServiceImpl implements TramoRutaService { } } - for (Empresa e : rutaTramoVO.getLsEmpresa()) { + /*for (Empresa e : rutaTramoVO.getLsEmpresa()) { RutaEmpresa rutaEmpresa = new RutaEmpresa(); rutaEmpresa.setEmpresa(e); rutaEmpresa.setActivo(Boolean.TRUE); @@ -565,6 +565,6 @@ public class TramoRutaServiceImpl implements TramoRutaService { if (rutaEmpresa.getRutaEmpresaId() == null){ throw new BusinessException(Labels.getLabel("gerarCombinacionTramoRutaController.MSG.error.rutaEmpresa")); } - } + }*/ } }