From: Ivan Kohler Date: Thu, 11 Oct 2018 19:10:58 +0000 (-0700) Subject: omitting "Detach customer package" from default superuser group, its an obscure speci... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5794f606bc6eaa40521f21204aaea72c605d371a;p=freeside.git omitting "Detach customer package" from default superuser group, its an obscure specialty feature, RT#81059 --- diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 65b9b0f88..b93d56c90 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';