Bolivariano - Ajustar colunas do gride de tarinas do institucionales fixes bug#AL-5051
parent
224fa5c85c
commit
33392152a2
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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