gleimar 2012-08-28 17:12:21 +00:00
parent 690e0e599b
commit 2160a84375
1 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@ import com.rjconsultores.ventaboletos.service.OrgaoConcedenteService;
import com.rjconsultores.ventaboletos.service.RutaService; import com.rjconsultores.ventaboletos.service.RutaService;
import com.rjconsultores.ventaboletos.service.SeguroKmService; import com.rjconsultores.ventaboletos.service.SeguroKmService;
import com.rjconsultores.ventaboletos.service.TarifaOficialService; import com.rjconsultores.ventaboletos.service.TarifaOficialService;
import com.rjconsultores.ventaboletos.service.TaxaEmbarqueService;
import com.rjconsultores.ventaboletos.service.VigenciaTarifaService; import com.rjconsultores.ventaboletos.service.VigenciaTarifaService;
import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer; import com.rjconsultores.ventaboletos.web.utilerias.MyGenericForwardComposer;
@ -48,8 +47,6 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer {
@Autowired @Autowired
private OrgaoConcedenteService orgaoConcedenteService; private OrgaoConcedenteService orgaoConcedenteService;
@Autowired @Autowired
private TaxaEmbarqueService taxaEmbarqueService;
@Autowired
private SeguroKmService seguroKmService; private SeguroKmService seguroKmService;
private List<Ruta> lsRuta; private List<Ruta> lsRuta;
private List<OrgaoConcedente> lsOrgaoConcedente; private List<OrgaoConcedente> lsOrgaoConcedente;
@ -90,7 +87,7 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer {
} }
if (chkTaxaEmbarque.isChecked()) { if (chkTaxaEmbarque.isChecked()) {
taxaEmbarqueService.atualizarTaxaEmbarque(rutaId, orgaoConcedenteId); tarifaOficialService.atualizarTaxaEmbarque(rutaId, orgaoConcedenteId);
} }
if (chkSeguro.isChecked()) { if (chkSeguro.isChecked()) {