Bolivariano - Ajustar colunas do gride de tarinas do institucionales fixes bug#AL-5051

master
Leonardo Oliveira 2024-10-07 21:42:04 -03:00
parent 224fa5c85c
commit 33392152a2
2 changed files with 2 additions and 5 deletions

View File

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

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