omitting "Detach customer package" from default superuser group, its an obscure speci...
authorIvan Kohler <ivan@freeside.biz>
Thu, 11 Oct 2018 19:10:55 +0000 (12:10 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 11 Oct 2018 19:10:55 +0000 (12:10 -0700)
FS/FS/AccessRight.pm

index 1b581b2..2024d94 100644 (file)
@@ -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';