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");
}
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");
// }
}
}