fixes bug #9124
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@69456 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
45f0b0d964
commit
4a992c6b4f
|
@ -54,8 +54,12 @@ public class AidfServiceImpl implements AidfService {
|
||||||
|
|
||||||
Aidf aidf = aidfDAO.suscribir(entidad);
|
Aidf aidf = aidfDAO.suscribir(entidad);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Mantis #9124
|
||||||
|
* Desativado devido a lentidão ao criar o AbastoCentrol e AbastoHisto.
|
||||||
if (aidf != null)
|
if (aidf != null)
|
||||||
movimentacionBilhetesService.realizaAdquisicionBilhetes(aidf);
|
movimentacionBilhetesService.realizaAdquisicionBilhetes(aidf);
|
||||||
|
*/
|
||||||
|
|
||||||
return aidf;
|
return aidf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue