fixes bug #7603
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@57123 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
fb4f20a374
commit
834a313ea7
|
@ -125,11 +125,13 @@ public class EditarConfiguracionPacoteController extends MyGenericForwardCompose
|
|||
descPacote.setValue(pacote.getDescpacote());
|
||||
indVendaAgencia.setChecked(pacote.getIndvendaagencia());
|
||||
|
||||
Comboitem ci = new Comboitem(pacote.getRuta().toString());
|
||||
ci.setAttribute("value", pacote.getRuta());
|
||||
ci.setValue(pacote.getRuta());
|
||||
ci.setParent(cmbRuta);
|
||||
cmbRuta.setSelectedItem(ci);
|
||||
if(pacote.getRuta() != null && pacote.getRuta().getActivo()) {
|
||||
Comboitem ci = new Comboitem(pacote.getRuta().toString());
|
||||
ci.setAttribute("value", pacote.getRuta());
|
||||
ci.setValue(pacote.getRuta());
|
||||
ci.setParent(cmbRuta);
|
||||
cmbRuta.setSelectedItem(ci);
|
||||
}
|
||||
|
||||
if (pacote.getActivo()) {
|
||||
radIndAutorizado.setChecked(true);
|
||||
|
|
Loading…
Reference in New Issue