git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@20765 d1611594-4594-4d17-8e1d-87c2c4800839
parent
a343a061f1
commit
0e0ddad583
|
@ -87,7 +87,7 @@ public class GenerarTarifaOrgaoController extends MyGenericForwardComposer {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (chkTaxaEmbarque.isChecked()){
|
if (chkTaxaEmbarque.isChecked()){
|
||||||
taxaEmbarqueService.atualizarTaxaEmbarque(rutaId);
|
taxaEmbarqueService.atualizarTaxaEmbarque(rutaId, orgaoConcedenteId);
|
||||||
}
|
}
|
||||||
|
|
||||||
Messagebox.show(Labels.getLabel("generarTarifaOrgaoController.MSG.suscribirOK"),
|
Messagebox.show(Labels.getLabel("generarTarifaOrgaoController.MSG.suscribirOK"),
|
||||||
|
|
Loading…
Reference in New Issue