git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@21897 d1611594-4594-4d17-8e1d-87c2c4800839
parent
414ea366e2
commit
ebe00d8319
|
@ -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")) {
|
||||||
|
|
Loading…
Reference in New Issue