Fixes Bug #0009583
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72515 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
8cdf762585
commit
b630366735
|
@ -52,7 +52,10 @@ public class RenderTarifa implements ListitemRenderer {
|
||||||
if (ApplicationProperties.getInstance().exibeTpp()) {
|
if (ApplicationProperties.getInstance().exibeTpp()) {
|
||||||
lc = new Listcell(t.getImporteTPP() == null ? "" : df.format(t.getImporteTPP()));
|
lc = new Listcell(t.getImporteTPP() == null ? "" : df.format(t.getImporteTPP()));
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
}
|
} else {
|
||||||
|
lc = new Listcell("");
|
||||||
|
lc.setParent(lstm);
|
||||||
|
}
|
||||||
|
|
||||||
lc = new Listcell(t.getImporteoutros() == null ? "" : df.format(t.getImporteoutros()));
|
lc = new Listcell(t.getImporteoutros() == null ? "" : df.format(t.getImporteoutros()));
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
Loading…
Reference in New Issue