Fixes Bug #0009593
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72594 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
eb0ffd88c2
commit
a4a0cc0845
|
@ -51,6 +51,9 @@ public class RenderTarifaOficial 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()));
|
||||||
|
|
Loading…
Reference in New Issue