Mensaje de Message_NoGrants

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C261
This commit is contained in:
dmendez 2018-07-13 22:02:51 +00:00
parent 70a80a7139
commit faa18cf08f

View file

@ -52,7 +52,7 @@ $('#tableSitios').on('click', 'button', function () {
if (data.PromotorProyecto != UsuarioSistema) {
if (ValidarPermisos('Accesar expediente de propuesta normativa').length <= 0 || data.IdEstado == Estados.Contruccion.Codigo) {
toastr.warning('No tiene permisos para ejecutar esta opción', Message_Warning);
toastr.warning(Message_NoGrants, Message_Warning);
return;
}