git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@20779 d1611594-4594-4d17-8e1d-87c2c4800839
parent
5d6a73688e
commit
690e0e599b
|
@ -23,7 +23,7 @@ import com.rjconsultores.ventaboletos.entidad.Ruta;
|
||||||
import com.rjconsultores.ventaboletos.exception.BusinessException;
|
import com.rjconsultores.ventaboletos.exception.BusinessException;
|
||||||
import com.rjconsultores.ventaboletos.service.OrgaoConcedenteService;
|
import com.rjconsultores.ventaboletos.service.OrgaoConcedenteService;
|
||||||
import com.rjconsultores.ventaboletos.service.RutaService;
|
import com.rjconsultores.ventaboletos.service.RutaService;
|
||||||
import com.rjconsultores.ventaboletos.service.SeguroService;
|
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.TaxaEmbarqueService;
|
||||||
import com.rjconsultores.ventaboletos.service.VigenciaTarifaService;
|
import com.rjconsultores.ventaboletos.service.VigenciaTarifaService;
|
||||||
|
@ -50,7 +50,7 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer {
|
||||||
@Autowired
|
@Autowired
|
||||||
private TaxaEmbarqueService taxaEmbarqueService;
|
private TaxaEmbarqueService taxaEmbarqueService;
|
||||||
@Autowired
|
@Autowired
|
||||||
private SeguroService seguroService;
|
private SeguroKmService seguroKmService;
|
||||||
private List<Ruta> lsRuta;
|
private List<Ruta> lsRuta;
|
||||||
private List<OrgaoConcedente> lsOrgaoConcedente;
|
private List<OrgaoConcedente> lsOrgaoConcedente;
|
||||||
private Combobox cmbRuta;
|
private Combobox cmbRuta;
|
||||||
|
@ -94,7 +94,7 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (chkSeguro.isChecked()) {
|
if (chkSeguro.isChecked()) {
|
||||||
seguroService.atualizarSeguroPorKm(rutaId, orgaoConcedenteId);
|
seguroKmService.atualizarSeguroPorKm(rutaId, orgaoConcedenteId);
|
||||||
}
|
}
|
||||||
|
|
||||||
Messagebox.show(Labels.getLabel("generarTarifaOrgaoController.MSG.suscribirOK"),
|
Messagebox.show(Labels.getLabel("generarTarifaOrgaoController.MSG.suscribirOK"),
|
||||||
|
|
Loading…
Reference in New Issue