alexandre.lima 2017-08-14 12:38:24 +00:00
parent eb0ffd88c2
commit a4a0cc0845
1 changed files with 3 additions and 0 deletions

View File

@ -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()));