Fixes Bug #10396
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@78263 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e8cf545692
commit
a8d284780c
|
@ -48,7 +48,7 @@ public class RenderLogConferencia implements ListitemRenderer {
|
|||
lc = new Listcell(logConferencia.getTipoDescricao());
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(logConferencia.getPendenciaId() != null ? String.valueOf(logConferencia.getPendenciaId()): "");
|
||||
lc = new Listcell(logConferencia.getLogconferenciaId() != null ? String.valueOf(logConferencia.getLogconferenciaId()): "");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(logConferencia.getDescpendencia());
|
||||
|
|
Loading…
Reference in New Issue