[freeside-commits] branch FREESIDE_4_BRANCH updated. 5794f606bc6eaa40521f21204aaea72c605d371a

Ivan Kohler ivan at freeside.biz
Thu Oct 11 12:10:59 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  5794f606bc6eaa40521f21204aaea72c605d371a (commit)
      from  976c302a997ec5437e205baa743e5ac80cf42ee4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5794f606bc6eaa40521f21204aaea72c605d371a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Oct 11 12:10:58 2018 -0700

    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';

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/AccessRight.pm | 1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list