fixes bug #7462
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@55860 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
12b985ba63
commit
bf833d22aa
|
@ -17,6 +17,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);
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue