0022127: Xavante - GLPI 36719 - Motivo da contingência não fica gravado
fixes bug#22127 dev: Valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106433 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6f11ba4434
commit
b615cd4233
|
@ -88,9 +88,11 @@ public class ContingenciaServiceImpl implements ContingenciaService {
|
|||
}
|
||||
} catch (SendFailedException e2 ) {
|
||||
setMotivoNaoTrocaStatus(historicoCont, e2);
|
||||
histContingenciaDAO.suscribir(historicoCont);
|
||||
throw e2;
|
||||
}catch (AuthenticationFailedException e2) {
|
||||
setMotivoNaoTrocaStatus(historicoCont, e2);
|
||||
histContingenciaDAO.suscribir(historicoCont);
|
||||
throw e2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue