0013204: ERRO AO SELECIONAR OPÇÃO Cancela BP-e na Troca quando novo Origem ou Destino for informado
fixes bug#0013204 dev:Valdir qua:Juliane git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@88705 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
25cd185407
commit
df9e9d8363
|
@ -496,7 +496,6 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
||||||
chkExibeComissaoZeradaAgencia.getValue();
|
chkExibeComissaoZeradaAgencia.getValue();
|
||||||
chkPermiteReativacaoPassagemBpeEstacaoNaoBpe.getValue();
|
chkPermiteReativacaoPassagemBpeEstacaoNaoBpe.getValue();
|
||||||
chkImprimirEmbarqueDesembarqCupom.getValue();
|
chkImprimirEmbarqueDesembarqCupom.getValue();
|
||||||
txtChaveAntifraude.getValue();
|
|
||||||
|
|
||||||
cmbCRT.getValue();
|
cmbCRT.getValue();
|
||||||
|
|
||||||
|
@ -1480,12 +1479,4 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
||||||
public void setLsCidades(List<Ciudad> lsCidades) {
|
public void setLsCidades(List<Ciudad> lsCidades) {
|
||||||
this.lsCidades = lsCidades;
|
this.lsCidades = lsCidades;
|
||||||
}
|
}
|
||||||
|
|
||||||
public MyTextbox getTxtChaveAntifraude() {
|
|
||||||
return txtChaveAntifraude;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTxtChaveAntifraude(MyTextbox txtChaveAntifraude) {
|
|
||||||
this.txtChaveAntifraude = txtChaveAntifraude;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue