From 6816f071d90aec3bb1f1bb0db22db62f82a91ae5 Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Tue, 9 Apr 2019 23:53:12 +0000 Subject: [PATCH] fixes bug#13921 dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@91754 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/TarifaServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/TarifaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/TarifaServiceImpl.java index b70b57453..82c1d3e21 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/TarifaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/TarifaServiceImpl.java @@ -309,6 +309,7 @@ public class TarifaServiceImpl implements TarifaService { ta.setImporteseguro(t.getImporteseguro()); ta.setImportetaxaembarque(t.getImportetaxaembarque()); ta.setImporteoutros(t.getImporteoutros()); + ta.setStatustarifa(t.getStatustarifa()); ta.setImporteTPP(t.getImportetpp()); origem = new Parada(); origem.setDescparada(t.getDescparadaOrigem());