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,6 +52,9 @@ public class RenderTarifa implements ListitemRenderer {
|
|||
if (ApplicationProperties.getInstance().exibeTpp()) {
|
||||
lc = new Listcell(t.getImporteTPP() == null ? "" : df.format(t.getImporteTPP()));
|
||||
lc.setParent(lstm);
|
||||
} else {
|
||||
lc = new Listcell("");
|
||||
lc.setParent(lstm);
|
||||
}
|
||||
|
||||
lc = new Listcell(t.getImporteoutros() == null ? "" : df.format(t.getImporteoutros()));
|
||||
|
|
Loading…
Reference in New Issue