correccion de vista de titulos y se agrega log para informacion de errores en archivo de titulos

parent e95c5c94
...@@ -22,7 +22,7 @@ table.ui-jqgrid-btable { height: 1px; } ...@@ -22,7 +22,7 @@ table.ui-jqgrid-btable { height: 1px; }
var tipoMovimiento = ${contrato.idTipoMovimiento}; var tipoMovimiento = ${contrato.idTipoMovimiento};
</script> </script>
<s:form class="form-horizontal" action="#">> <s:form class="form-horizontal" action="#">
<input type="hidden" id="idListaActual" name="idListaActual" value="${clista.idLista}"> <input type="hidden" id="idListaActual" name="idListaActual" value="${clista.idLista}">
<input type="hidden" id="tipoAmortizacion" name="tipoAmortizacion" value="${tipoAmortizacion}"> <input type="hidden" id="tipoAmortizacion" name="tipoAmortizacion" value="${tipoAmortizacion}">
......
...@@ -389,7 +389,7 @@ public class TituloBO extends BaseBO { ...@@ -389,7 +389,7 @@ public class TituloBO extends BaseBO {
logger.info("Response carga titulos [{}]", response); logger.info("Response carga titulos [{}]", response);
if (!response.isResultado()) { if (!response.isResultado()) {
logger.debug("Error en el response [{}]", response.getMensaje()); logger.info("Error en el response [{}]", response.getMensaje());
throw new TituloException(response.getMensaje()); throw new TituloException(response.getMensaje());
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment