git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@24425 d1611594-4594-4d17-8e1d-87c2c4800839
parent
46b5f453d3
commit
df3f9bee1c
|
@ -22,10 +22,10 @@ public class RenderTipoCortesiaD implements ListitemRenderer {
|
|||
Listcell lc = new Listcell(tipoCortesiaDescuento.getTipocortesiadescuentoId().toString());
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(tipoCortesiaDescuento.getTipoCortesia().getDesctipo());
|
||||
lc = new Listcell( (tipoCortesiaDescuento.getTipoCortesia() == null)?"":tipoCortesiaDescuento.getTipoCortesia().getDesctipo());
|
||||
lc.setParent(lstm);
|
||||
|
||||
lc = new Listcell(tipoCortesiaDescuento.getPorcdescuento().setScale(2, RoundingMode.UP).toString());
|
||||
lc = new Listcell((tipoCortesiaDescuento.getPorcdescuento()==null)?"":tipoCortesiaDescuento.getPorcdescuento().setScale(2, RoundingMode.UP).toString());
|
||||
lc.setParent(lstm);
|
||||
|
||||
lstm.setAttribute("data", tipoCortesiaDescuento);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# <controler>. <id>. <propiedade> = XXX
|
||||
|
||||
#Versao do VentaBoleto:
|
||||
versao = ADM_20130215_1RC111
|
||||
versao = ADM_20130218_1RC113
|
||||
|
||||
# MSG Defaut:
|
||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||
|
|
Loading…
Reference in New Issue