fixes bug#24160
qua: dev:Valdevir git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@111892 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5dfd308d1f
commit
8981674565
|
@ -11,10 +11,7 @@ public class RenderParada implements ListitemRenderer {
|
||||||
public void render(Listitem lstm, Object o) throws Exception {
|
public void render(Listitem lstm, Object o) throws Exception {
|
||||||
Parada parada = (Parada) o;
|
Parada parada = (Parada) o;
|
||||||
|
|
||||||
Listcell lc = new Listcell(parada.getParadaId().toString());
|
Listcell lc = new Listcell(parada.getCveparada() + " - " + parada.getDescparada());
|
||||||
lc.setParent(lstm);
|
|
||||||
|
|
||||||
lc = new Listcell(parada.getCveparada() + " - " + parada.getDescparada());
|
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue