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 {
|
||||
TarifaGrupoContrato tarifa = (TarifaGrupoContrato) o;
|
||||
|
||||
Listcell lc = new Listcell(tarifa.getTarifaGrupoContratoId().toString());
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(tarifa.getClaseServicio().getDescclase());
|
||||
Listcell lc = new Listcell(tarifa.getClaseServicio().getDescclase());
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(tarifa.getTarifa().toString());
|
||||
|
|
Loading…
Reference in New Issue