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">