fixes bug#22626

qua:
dev:Aristides

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@107366 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2021-06-21 19:52:06 +00:00
parent 8b1f5be073
commit da8a860808
1 changed files with 5 additions and 1 deletions

View File

@ -342,7 +342,11 @@ public class EditarConfiguracionCategoriaDatosCategoriaController extends MyGene
if (categoriaDescuento.getCategoria().getCategoriaId().equals(1)) { if (categoriaDescuento.getCategoria().getCategoriaId().equals(1)) {
desabilitarItensCategoriaNormal(); desabilitarItensCategoriaNormal();
} }
radioCheckinNao.setChecked(Boolean.TRUE); if(Boolean.TRUE.equals(categoriaDescuento.getIndCheckinAutomatico())) {
radioCheckinSim.setChecked(categoriaDescuento.getIndCheckinAutomatico());
}else {
radioCheckinNao.setChecked(categoriaDescuento.getIndCheckinAutomatico());
}
} }
/** /**
* *