diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/GenerarTarifaOrgaoController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/GenerarTarifaOrgaoController.java index 4ea2815df..d60c3aca7 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/GenerarTarifaOrgaoController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/tarifas/GenerarTarifaOrgaoController.java @@ -25,7 +25,6 @@ import com.rjconsultores.ventaboletos.service.OrgaoConcedenteService; import com.rjconsultores.ventaboletos.service.RutaService; import com.rjconsultores.ventaboletos.service.SeguroKmService; import com.rjconsultores.ventaboletos.service.TarifaOficialService; -import com.rjconsultores.ventaboletos.service.TaxaEmbarqueService; import com.rjconsultores.ventaboletos.service.VigenciaTarifaService; import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer; @@ -48,8 +47,6 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer { @Autowired private OrgaoConcedenteService orgaoConcedenteService; @Autowired - private TaxaEmbarqueService taxaEmbarqueService; - @Autowired private SeguroKmService seguroKmService; private List lsRuta; private List lsOrgaoConcedente; @@ -90,7 +87,7 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer { } if (chkTaxaEmbarque.isChecked()) { - taxaEmbarqueService.atualizarTaxaEmbarque(rutaId, orgaoConcedenteId); + tarifaOficialService.atualizarTaxaEmbarque(rutaId, orgaoConcedenteId); } if (chkSeguro.isChecked()) {