fixes bug #7459
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@58773 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2a84a63499
commit
4b41676157
|
@ -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"));
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue