fixes bug#17842
dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@99877 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ea73ab7b08
commit
a0b155dfbc
|
@ -19,7 +19,7 @@ public class RenderHistoricoContingencia implements ListitemRenderer {
|
||||||
configuraListCell(lstm, log.getMotivo());
|
configuraListCell(lstm, log.getMotivo());
|
||||||
configuraListCell(lstm, log.getIndautomatica() ? Labels.getLabel("MSG.SI") : Labels.getLabel("MSG.NO"));
|
configuraListCell(lstm, log.getIndautomatica() ? Labels.getLabel("MSG.SI") : Labels.getLabel("MSG.NO"));
|
||||||
configuraListCell(lstm, log.getUsuario().getUsuarioId() + " - " + log.getUsuario().getName());
|
configuraListCell(lstm, log.getUsuario().getUsuarioId() + " - " + log.getUsuario().getName());
|
||||||
configuraListCell(lstm, DateUtil.getStringDateHour(log.getDataHora()));
|
configuraListCell(lstm, DateUtil.getStringDate(log.getDataHora(), "dd/MM/yyyy HH:mm"));
|
||||||
configuraListCell(lstm, EAmbienteContingencia.getAmbienteContingencia(log.getAmbiente()).getDescricao());
|
configuraListCell(lstm, EAmbienteContingencia.getAmbienteContingencia(log.getAmbiente()).getDescricao());
|
||||||
configuraListCell(lstm, EStatusContingencia.getStatusContingencia(Integer.valueOf(log.getStatus())).getDescricao());
|
configuraListCell(lstm, EStatusContingencia.getStatusContingencia(Integer.valueOf(log.getStatus())).getDescricao());
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
sort="auto(motivo)" width="45%"/>
|
sort="auto(motivo)" width="45%"/>
|
||||||
<listheader image="/gui/img/create_doc.gif"
|
<listheader image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('editarContigencia.tabela.automatica')}"
|
label="${c:l('editarContigencia.tabela.automatica')}"
|
||||||
sort="auto(usuario.indautomatica)"/>
|
sort="auto(indautomatica)"/>
|
||||||
<listheader image="/gui/img/create_doc.gif"
|
<listheader image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('editarContigencia.tabela.usuario')}"
|
label="${c:l('editarContigencia.tabela.usuario')}"
|
||||||
sort="auto(usuario.usuarioId)"/>
|
sort="auto(usuario.usuarioId)"/>
|
||||||
|
|
Loading…
Reference in New Issue