bug #6130
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@43078 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4530e27ad4
commit
24fd6df455
|
@ -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");
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue