wilian 2017-05-30 20:09:24 +00:00
parent 45f0b0d964
commit 4a992c6b4f
1 changed files with 4 additions and 0 deletions

View File

@ -54,8 +54,12 @@ public class AidfServiceImpl implements AidfService {
Aidf aidf = aidfDAO.suscribir(entidad);
/*
* Mantis #9124
* Desativado devido a lentidão ao criar o AbastoCentrol e AbastoHisto.
if (aidf != null)
movimentacionBilhetesService.realizaAdquisicionBilhetes(aidf);
*/
return aidf;
}