fixes bug #5990
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@40887 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
253ae4d4dd
commit
96d273bf0c
|
@ -19,7 +19,7 @@ public class RenderOrgaoCancelacion implements ListitemRenderer {
|
||||||
Listcell lc = new Listcell(orgaoCancelacion.getEmpresa().getNombempresa());
|
Listcell lc = new Listcell(orgaoCancelacion.getEmpresa().getNombempresa());
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
lc = new Listcell(df.format(orgaoCancelacion.getPorccambio()));
|
lc = new Listcell(df.format(orgaoCancelacion.getPorcmulta()));
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
lc.setStyle("text-align:right");
|
lc.setStyle("text-align:right");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue