alexandre.lima 2018-01-23 13:11:06 +00:00
parent e8cf545692
commit a8d284780c
1 changed files with 1 additions and 1 deletions

View File

@ -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());