fixes bug#6509
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@46341 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
bf556c1ab1
commit
10280fd9f0
|
@ -19,13 +19,17 @@ public class RenderUsuarioEmpresa implements ListitemRenderer {
|
||||||
if(usuarioEmpresa.getEmpresa() != null){
|
if(usuarioEmpresa.getEmpresa() != null){
|
||||||
if(usuarioEmpresa.getEmpresa().getCnpj() != null){
|
if(usuarioEmpresa.getEmpresa().getCnpj() != null){
|
||||||
lc = new Listcell(usuarioEmpresa.getEmpresa().getCnpj());
|
lc = new Listcell(usuarioEmpresa.getEmpresa().getCnpj());
|
||||||
lc.setParent(lstm);
|
}else{
|
||||||
|
lc = new Listcell("");
|
||||||
}
|
}
|
||||||
|
lc.setParent(lstm);
|
||||||
|
|
||||||
if(usuarioEmpresa.getEmpresa().getNombempresa() != null){
|
if(usuarioEmpresa.getEmpresa().getNombempresa() != null){
|
||||||
lc = new Listcell(usuarioEmpresa.getEmpresa().getNombempresa());
|
lc = new Listcell(usuarioEmpresa.getEmpresa().getNombempresa());
|
||||||
lc.setParent(lstm);
|
}else{
|
||||||
|
lc = new Listcell("");
|
||||||
}
|
}
|
||||||
|
lc.setParent(lstm);
|
||||||
|
|
||||||
lc = new Listcell(usuarioEmpresa.getIndValidaPreimpreso()?Labels.getLabel("MSG.SI"):Labels.getLabel("MSG.NO"));
|
lc = new Listcell(usuarioEmpresa.getIndValidaPreimpreso()?Labels.getLabel("MSG.SI"):Labels.getLabel("MSG.NO"));
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
Loading…
Reference in New Issue