diff --git a/APPL/INS/ins_edit_deel_save.asp b/APPL/INS/ins_edit_deel_save.asp index 99820d745f..9b93416798 100644 --- a/APPL/INS/ins_edit_deel_save.asp +++ b/APPL/INS/ins_edit_deel_save.asp @@ -179,7 +179,7 @@ else // De schrijfrechten controleren i.v.m. discipline en alg scope var iresult = ins.func_enabled_scope(disc_key, bind, bind_key); - if (!iresult || !iresult.canChange || !iresult.canChangeOwn) + if (!iresult || !iresult.canChange) abort_with_warning(L("lcl_obj_notallowed")); // combinatie niet toegestaan }