fixed bug #8688
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@66885 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
079da75f39
commit
aae58953e2
|
@ -68,7 +68,7 @@ public class EditarCategoriaController extends MyGenericForwardComposer {
|
|||
if (categoria.getCategoriaId() == null) {
|
||||
btnApagar.setVisible(Boolean.FALSE);
|
||||
} else {
|
||||
if (categoria.getCategoriaId() == 1) {
|
||||
if (categoria.getCategoriaId() == 1 || categoria.getCategoriaId() == 6) {
|
||||
btnApagar.setVisible(Boolean.FALSE);
|
||||
txtNome.setDisabled(Boolean.TRUE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue