Merge branch 'master' into AL-5060
commit
b3cac05863
|
@ -12,10 +12,7 @@ public class RenderTarifaGrupoContrato implements ListitemRenderer {
|
||||||
public void render(Listitem lstm, Object o) throws Exception {
|
public void render(Listitem lstm, Object o) throws Exception {
|
||||||
TarifaGrupoContrato tarifa = (TarifaGrupoContrato) o;
|
TarifaGrupoContrato tarifa = (TarifaGrupoContrato) o;
|
||||||
|
|
||||||
Listcell lc = new Listcell(tarifa.getTarifaGrupoContratoId().toString());
|
Listcell lc = new Listcell(tarifa.getClaseServicio().getDescclase());
|
||||||
lc.setParent(lstm);
|
|
||||||
|
|
||||||
lc = new Listcell(tarifa.getClaseServicio().getDescclase());
|
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
lc = new Listcell(tarifa.getTarifa().toString());
|
lc = new Listcell(tarifa.getTarifa().toString());
|
||||||
|
|
Loading…
Reference in New Issue