git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@20650 d1611594-4594-4d17-8e1d-87c2c4800839
parent
ab332da6a3
commit
749fdfbd99
|
@ -33,25 +33,25 @@ public class RenderTramoTiempo implements ListitemRenderer {
|
|||
lc = new Listcell(sf.format(tramoTiempo.getTiemporecorrido()));
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndapliclun()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndapliclun()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndaplicmar()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndaplicmar()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndaplicmie()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndaplicmie()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndaplicjue()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndaplicjue()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndaplicvie()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndaplicvie()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndaplicsab()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndaplicsab()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell((tramoTiempo.getIndaplicdom()) ? "Si" : "No");
|
||||
lc = new Listcell((tramoTiempo.getIndaplicdom()) ? "Sim" : "Não");
|
||||
lc.setParent(lstm);
|
||||
|
||||
lstm.setAttribute("data", tramoTiempo);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# <controler>. <id>. <propiedade> = XXX
|
||||
|
||||
#Versao do VentaBoleto:
|
||||
versao = ADM_20120821_1RC53
|
||||
versao = ADM_20120821_1RC54
|
||||
|
||||
# MSG Defaut:
|
||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||
|
|
Loading…
Reference in New Issue