Merge branch 'master' into AL-5060

master
Valdir Cordeiro 2024-10-08 13:33:25 +00:00
commit b3cac05863
1 changed files with 1 additions and 4 deletions

View File

@ -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());