gleimar 2012-12-05 12:21:18 +00:00
parent c7f26017ff
commit 1cb898d5bd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class RenderTaxaEmbarqueParada implements ListitemRenderer {
lc = new Listcell(taxaParada.getKmate() == null ? " - " : taxaParada.getKmate().toString());
lc.setParent(lstm);
lc = new Listcell(taxaParada.getIndtipo() == 'K' ? "Não" : "Sim");
lc = new Listcell(taxaParada.getIndtipo() == 'K' ? "Não" : "Sim");
lc.setParent(lstm);
lc = new Listcell(taxaParada.getValortaxa() == null ? " - " : taxaParada.getValortaxa().toString());