fixed bug #9685 - Alteração na forma de persistência da configuração de categoria normal
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73529 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0cc78b61d8
commit
a0fba6003b
|
@ -51,8 +51,6 @@ public class CategoriaCtrlServiceImpl implements CategoriaCtrlService {
|
|||
entidad.setFecmodif(Calendar.getInstance().getTime());
|
||||
entidad.setActivo(Boolean.TRUE);
|
||||
|
||||
checarCategoriaAdulto(entidad);
|
||||
|
||||
return categoriaCtrlDAO.suscribir(entidad);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue