alexandre.lima 2017-08-10 19:33:03 +00:00
parent b630366735
commit c317b84726
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class RenderTarifa implements ListitemRenderer {
lc = new Listcell(t.getImporteTPP() == null ? "" : df.format(t.getImporteTPP()));
lc.setParent(lstm);
} else {
lc = new Listcell("");
lc = new Listcell("");
lc.setParent(lstm);
}