frederico 2017-03-15 17:51:05 +00:00
parent 079da75f39
commit aae58953e2
1 changed files with 1 additions and 1 deletions

View File

@ -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);