eduardo.dicarde 2016-08-04 20:18:42 +00:00
parent 2a84a63499
commit 4b41676157
1 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ public class TramoRutaServiceImpl implements TramoRutaService {
} }
} }
for (Empresa e : rutaTramoVO.getLsEmpresa()) { /*for (Empresa e : rutaTramoVO.getLsEmpresa()) {
RutaEmpresa rutaEmpresa = new RutaEmpresa(); RutaEmpresa rutaEmpresa = new RutaEmpresa();
rutaEmpresa.setEmpresa(e); rutaEmpresa.setEmpresa(e);
rutaEmpresa.setActivo(Boolean.TRUE); rutaEmpresa.setActivo(Boolean.TRUE);
@ -565,6 +565,6 @@ public class TramoRutaServiceImpl implements TramoRutaService {
if (rutaEmpresa.getRutaEmpresaId() == null){ if (rutaEmpresa.getRutaEmpresaId() == null){
throw new BusinessException(Labels.getLabel("gerarCombinacionTramoRutaController.MSG.error.rutaEmpresa")); throw new BusinessException(Labels.getLabel("gerarCombinacionTramoRutaController.MSG.error.rutaEmpresa"));
} }
} }*/
} }
} }