Merge pull request 'Bolivariano - Ajustar colunas do gride de tarinas do institucionales fixes bug#AL-5051' (!763) from AL-5051 into master

Reviewed-on: adm/VentaBoletosAdm#763
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master 1.152.4
leonardo.bolivariano 2024-10-08 13:25:08 +00:00
commit 3d9a36c9ff
2 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>1.152.3</version> <version>1.152.4</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>

View File

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