leonardo 2015-04-14 13:05:22 +00:00
parent 4530e27ad4
commit 24fd6df455
1 changed files with 4 additions and 3 deletions

View File

@ -90,9 +90,10 @@ public class TipoEventoExtraServiceImpl implements TipoEventoExtraService {
throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.natureza"); throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.natureza");
} }
if (entidad.getContaContabil() == null) { // o campo contacontabil não é obrigatório
throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.contaContabil"); // if (entidad.getContaContabil() == null) {
} // throw new ValidacionCampoException("editarTipoEventoExtraController.MSG.contaContabil");
// }
} }
} }