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
commit
3d9a36c9ff
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