From 24fd6df4550acb56cb53c80c565c5c47659dc09c Mon Sep 17 00:00:00 2001 From: leonardo Date: Tue, 14 Apr 2015 13:05:22 +0000 Subject: [PATCH] bug #6130 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@43078 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../service/impl/TipoEventoExtraServiceImpl.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/TipoEventoExtraServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/TipoEventoExtraServiceImpl.java index e1b12c65a..48000e0ab 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/TipoEventoExtraServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/TipoEventoExtraServiceImpl.java @@ -90,9 +90,10 @@ public class TipoEventoExtraServiceImpl implements TipoEventoExtraService { throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.natureza"); } - if (entidad.getContaContabil() == null) { - throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.contaContabil"); - } + // o campo contacontabil não é obrigatório +// if (entidad.getContaContabil() == null) { +// throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.contaContabil"); +// } } }