git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@64275 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ba51f47f4d
commit
cd6abb747a
|
@ -82,7 +82,11 @@ public class EditarCatalogoDeParadaController extends MyGenericForwardComposer {
|
||||||
cmbCiudad.setText(ciudad.getNombciudad());
|
cmbCiudad.setText(ciudad.getNombciudad());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ApplicationProperties.getInstance().codAnttNaoObrigatorio()) {
|
||||||
|
codAntt.setConstraint("");
|
||||||
|
}
|
||||||
|
|
||||||
txtNome.focus();
|
txtNome.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue