fixes bug #7800
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@58813 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
154fc6323b
commit
27073ddfa2
|
@ -16,7 +16,7 @@ public class RenderConfiguracionPacote implements ListitemRenderer {
|
|||
Listcell lc = new Listcell((pacote.getPacoteId() != null ? pacote.getPacoteId().toString() : ""));
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(pacote.getNompacote());
|
||||
lc = new Listcell(pacote.getNompacote() != null ? pacote.getNompacote() : "");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(pacote.getRuta() != null ? pacote.getRuta().getDescruta() : "" );
|
||||
|
|
Loading…
Reference in New Issue