From: Ivan Kohler Date: Thu, 11 Oct 2018 19:10:55 +0000 (-0700) Subject: omitting "Detach customer package" from default superuser group, its an obscure speci... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=62fd92726b314cbcf025d988d46352c346dd98ec;ds=sidebyside 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 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';