From 6f4cd7e2fa164fa078a107e5ef4fd5a6454b88db Mon Sep 17 00:00:00 2001 From: julio Date: Fri, 13 Sep 2013 20:55:51 +0000 Subject: [PATCH] =?UTF-8?q?Adm=20-=20Tela=20de=20Busca=20de=20Ag=C3=AAncia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@30926 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../utilerias/render/RenderPuntoVenta.java | 48 +++++++++---------- web/gui/catalogos/busquedaPuntoVenta.zul | 14 +++--- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderPuntoVenta.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderPuntoVenta.java index 2f1ec1084..509f3d5fb 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderPuntoVenta.java +++ b/src/java/com/rjconsultores/ventaboletos/web/utilerias/render/RenderPuntoVenta.java @@ -12,40 +12,40 @@ import com.rjconsultores.ventaboletos.entidad.Empresa; import com.rjconsultores.ventaboletos.entidad.PuntoVenta; /** - * + * * @author Administrador */ public class RenderPuntoVenta implements ListitemRenderer { - public void render(Listitem lstm, Object o) throws Exception { - PuntoVenta puntoVenta = (PuntoVenta) o; + public void render(Listitem lstm, Object o) throws Exception { + PuntoVenta puntoVenta = (PuntoVenta) o; - Listcell lc = new Listcell(puntoVenta.getPuntoventaId().toString()); - lc.setParent(lstm); + Listcell lc = new Listcell(puntoVenta.getNumPuntoVenta().toString()); + lc.setParent(lstm); - lc = new Listcell(puntoVenta.getNombpuntoventa()); - lc.setParent(lstm); + lc = new Listcell(puntoVenta.getNombpuntoventa()); + lc.setParent(lstm); - Empresa empresa = puntoVenta.getEmpresa(); - if (empresa != null) { - lc = new Listcell(empresa.getNombempresa()); - } else { - lc = new Listcell(""); - } - lc.setParent(lstm); + Empresa empresa = puntoVenta.getEmpresa(); + if (empresa != null) { + lc = new Listcell(empresa.getNombempresa()); + } else { + lc = new Listcell(""); + } + lc.setParent(lstm); - lc = new Listcell(puntoVenta.getDireccioncalle()); - lc.setParent(lstm); + lc = new Listcell(puntoVenta.getDireccioncalle()); + lc.setParent(lstm); - lc = new Listcell(puntoVenta.getDireccionnumero()); - lc.setParent(lstm); + lc = new Listcell(puntoVenta.getDireccionnumero()); + lc.setParent(lstm); - lc = new Listcell(puntoVenta.getNumtelefonouno()); - lc.setParent(lstm); + lc = new Listcell(puntoVenta.getNumtelefonouno()); + lc.setParent(lstm); - lc = new Listcell(puntoVenta.getNumtelefonodos()); - lc.setParent(lstm); + lc = new Listcell(puntoVenta.getNumtelefonodos()); + lc.setParent(lstm); - lstm.setAttribute("data", puntoVenta); - } + lstm.setAttribute("data", puntoVenta); + } } diff --git a/web/gui/catalogos/busquedaPuntoVenta.zul b/web/gui/catalogos/busquedaPuntoVenta.zul index 3623f429f..9a9921645 100644 --- a/web/gui/catalogos/busquedaPuntoVenta.zul +++ b/web/gui/catalogos/busquedaPuntoVenta.zul @@ -8,7 +8,7 @@ + height="510px" width="960px" border="normal">