From 62fd92726b314cbcf025d988d46352c346dd98ec Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 11 Oct 2018 12:10:55 -0700 Subject: [PATCH] omitting "Detach customer package" from default superuser group, its an obscure specialty feature, RT#81059 --- FS/FS/AccessRight.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 1b581b247..2024d948d 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -470,6 +470,7 @@ sub default_superuser_rights { 'Void invoices',#people are overusing this when credits are more appropriate 'Backdate credit', 'View legacy typeset statments', + 'Detach customer package', ); no warnings 'uninitialized'; -- 2.11.0