fixes bug #5801
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@39948 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
8b9ac97ff3
commit
12de8bc6b3
|
@ -88,12 +88,16 @@ public class EditarFechamentoParamgeralController extends MyGenericForwardCompos
|
||||||
|
|
||||||
public void onClick$btnSalvar() {
|
public void onClick$btnSalvar() {
|
||||||
try {
|
try {
|
||||||
txtBoletoBancoAgencia.getText();
|
if(getFechamentoParamgeral() == null) {
|
||||||
txtBoletoBancoCarteira.getText();
|
setFechamentoParamgeral(new FechamentoParamgeral());
|
||||||
txtBoletoBancoCod.getText();
|
}
|
||||||
txtBoletoBancoConta.getText();
|
|
||||||
txtBoletoBancoContaDigito.getText();
|
getFechamentoParamgeral().setBoletoBancoAgencia(txtBoletoBancoAgencia.getText());
|
||||||
txtBoletoDiasVenc.getText();
|
getFechamentoParamgeral().setBoletoBancoCarteira(txtBoletoBancoCarteira.getText());
|
||||||
|
getFechamentoParamgeral().setBoletoBancoCod(txtBoletoBancoCod.getText());
|
||||||
|
getFechamentoParamgeral().setBoletoBancoConta(txtBoletoBancoConta.getText());
|
||||||
|
getFechamentoParamgeral().setBoletoBancoContaDigito(txtBoletoBancoContaDigito.getText());
|
||||||
|
getFechamentoParamgeral().setBoletoDiasVenc(Integer.valueOf(txtBoletoDiasVenc.getText()));
|
||||||
|
|
||||||
if(cmbEmpresa.getSelectedItem() != null) {
|
if(cmbEmpresa.getSelectedItem() != null) {
|
||||||
getFechamentoParamgeral().setEmpresa((Empresa) cmbEmpresa.getSelectedItem().getValue());
|
getFechamentoParamgeral().setEmpresa((Empresa) cmbEmpresa.getSelectedItem().getValue());
|
||||||
|
|
Loading…
Reference in New Issue