fixes bug#17465
dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@99431 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0f95a50859
commit
becdf23fe4
|
@ -2585,8 +2585,11 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
|
||||||
cmbEmpresaPtoVta.setSelectedIndex(-1);
|
cmbEmpresaPtoVta.setSelectedIndex(-1);
|
||||||
// cmbEmpresasContaBancarias.setSelectedIndex(-1);
|
// cmbEmpresasContaBancarias.setSelectedIndex(-1);
|
||||||
|
|
||||||
if(lsEmpresas != null) {
|
if(lsEmpresasSemTodos != null) {
|
||||||
cmbEmpresaPtoVta.setSelectedIndex(lsEmpresas.indexOf(ptovtaEmpresa.getEmpresa()));
|
int indexOf = lsEmpresasSemTodos.indexOf(ptovtaEmpresa.getEmpresa());
|
||||||
|
if (indexOf>-1) {
|
||||||
|
cmbEmpresaPtoVta.setSelectedIndex(indexOf);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(lsEmpresaContaBancarias != null) {
|
if(lsEmpresaContaBancarias != null) {
|
||||||
|
|
Loading…
Reference in New Issue