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