gleimar 2012-09-28 20:41:55 +00:00
parent 414ea366e2
commit ebe00d8319
1 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,15 @@ public class RenderTarifa implements ListitemRenderer {
} }
lc.setParent(lstm); lc.setParent(lstm);
lc = new Listcell(t.getImportepedagio() == null ? "" : df.format(t.getImportepedagio()));
lc.setParent(lstm);
lc = new Listcell(t.getImportetaxaembarque() == null ? "" : df.format(t.getImportetaxaembarque()));
lc.setParent(lstm);
lc = new Listcell(t.getImporteseguro() == null ? "" : df.format(t.getImporteseguro()));
lc.setParent(lstm);
lc = new Listcell(t.getImporteoutros() == null ? "" : df.format(t.getImporteoutros()));
lc.setParent(lstm);
if (t.getStatustarifa() != null) { if (t.getStatustarifa() != null) {
String status; String status;
if (t.getStatustarifa().equals("A")) { if (t.getStatustarifa().equals("A")) {