diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/contingencia/EventListenerOnClickContingenciaBotaoContingencia.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/contingencia/EventListenerOnClickContingenciaBotaoContingencia.java index 5b79eb46c..290538fa1 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/contingencia/EventListenerOnClickContingenciaBotaoContingencia.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/seguridad/contingencia/EventListenerOnClickContingenciaBotaoContingencia.java @@ -36,12 +36,14 @@ public class EventListenerOnClickContingenciaBotaoContingencia implements EventL } if (EStatusContingencia.CONTINGENCIA.equals(getStatusContingencia())) { + log.info("SETAR CONTIGENCIA"); HashMap args = new HashMap(); args.put("controller", getController()); args.put("eventoPai", this); getController().openWindow("/gui/seguridad/agreementContingencia.zul", Labels.getLabel(TITULO_CONTIGENCIA_CONTROLLER), args, MyGenericForwardComposer.MODAL); } else { + log.info("RETIRAR CONTIGENCIA"); gravaLogHistoricoContingencia(); } }