fixed bug #7637 - correções tela de desconto
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@57803 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4cc06e2dff
commit
3e572ca9fa
|
@ -1495,9 +1495,9 @@ public class EditarConvenioController extends MyGenericForwardComposer {
|
|||
bandBoxCliente.close();
|
||||
|
||||
txtDescConvenio.setValue(cliente.getNombcliente());
|
||||
txtCveConvenio.setValue(cliente.getNumIdentificaDos());
|
||||
txtCveConvenio.setValue(cliente.getNumIdentificaUno());
|
||||
convenio.setDescconvenio(cliente.getNombcliente());
|
||||
convenio.setCveconvenio(cliente.getNumIdentificaDos());
|
||||
convenio.setCveconvenio(cliente.getNumIdentificaUno());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1523,6 +1523,9 @@ public class EditarConvenioController extends MyGenericForwardComposer {
|
|||
txtCveConvenio.setConstraint("");
|
||||
txtCveConvenio.setValue("");
|
||||
txtCveConvenio.setConstraint(c2);
|
||||
|
||||
bandBoxCliente.open();
|
||||
txtNomeCliente.focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue