wilian 2016-05-11 21:38:47 +00:00
parent 12b985ba63
commit bf833d22aa
2 changed files with 8 additions and 2 deletions

View File

@ -18,6 +18,9 @@ public class RenderOcd implements ListitemRenderer {
Listcell lc = new Listcell(ocd.getNumoperacion());
lc.setParent(lstm);
lc = new Listcell(ocd.getNumFolioSistema());
lc.setParent(lstm);
lc = new Listcell(ocd.getFecpago() != null ? DateUtil.getStringDate(ocd.getFecpago(), "dd/MM/yyyy") : "");
lc.setParent(lstm);
@ -30,7 +33,7 @@ public class RenderOcd implements ListitemRenderer {
lc = new Listcell(ocd.getStatusDescricao());
lc.setParent(lstm);
lc = new Listcell(ocd.getNombusuario());
lc = new Listcell(ocd.getNombusuarioLogin());
lc.setParent(lstm);
lstm.setAttribute("data", ocd);

View File

@ -742,6 +742,9 @@
<listheader image="/gui/img/builder.gif"
label="${c:l('conferenciaController.lhNumoperacion.value')}"
sort="auto(numoperacion)" />
<listheader image="/gui/img/builder.gif"
label="${c:l('conferenciaController.lhNumFolioSistema.value')}"
sort="auto(numFolioSistema)" />
<listheader image="/gui/img/builder.gif"
label="${c:l('conferenciaController.lhFecpago.value')}"
sort="auto(fecpago)" />
@ -756,7 +759,7 @@
sort="auto(situacaoObservacao)" />
<listheader image="/gui/img/builder.gif"
label="${c:l('conferenciaController.lhNombusuario.value')}"
sort="auto(nombusuario)" />
sort="auto(nombusuarioLogin)" />
</listhead>
</listbox>