From a0fba6003bdd20e305be5ab409900a3c1dbeee07 Mon Sep 17 00:00:00 2001 From: thiago Date: Tue, 5 Sep 2017 19:32:43 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#9685=20-=20Altera=C3=A7=C3=A3o?= =?UTF-8?q?=20na=20forma=20de=20persist=C3=AAncia=20da=20configura=C3=A7?= =?UTF-8?q?=C3=A3o=20de=20categoria=20normal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73529 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/CategoriaCtrlServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java index 9a365440a..287cab7ab 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/CategoriaCtrlServiceImpl.java @@ -51,8 +51,6 @@ public class CategoriaCtrlServiceImpl implements CategoriaCtrlService { entidad.setFecmodif(Calendar.getInstance().getTime()); entidad.setActivo(Boolean.TRUE); - checarCategoriaAdulto(entidad); - return categoriaCtrlDAO.suscribir(entidad); }