fixes bug#22626
qua: dev:Aristides git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@107380 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
da8a860808
commit
c5cb23e828
|
@ -345,7 +345,7 @@ public class EditarConfiguracionCategoriaDatosCategoriaController extends MyGene
|
||||||
if(Boolean.TRUE.equals(categoriaDescuento.getIndCheckinAutomatico())) {
|
if(Boolean.TRUE.equals(categoriaDescuento.getIndCheckinAutomatico())) {
|
||||||
radioCheckinSim.setChecked(categoriaDescuento.getIndCheckinAutomatico());
|
radioCheckinSim.setChecked(categoriaDescuento.getIndCheckinAutomatico());
|
||||||
}else {
|
}else {
|
||||||
radioCheckinNao.setChecked(categoriaDescuento.getIndCheckinAutomatico());
|
radioCheckinNao.setChecked(Boolean.FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue