[freeside-commits] branch master updated. 62fd92726b314cbcf025d988d46352c346dd98ec
Ivan Kohler
ivan at freeside.biz
Thu Oct 11 12:10:56 PDT 2018
The branch, master has been updated
via 62fd92726b314cbcf025d988d46352c346dd98ec (commit)
from aa616de5731fa26c036cf56ee6b4f10e27afdb5d (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 62fd92726b314cbcf025d988d46352c346dd98ec
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Oct 11 12:10:55 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 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';
-----------------------------------------------------------------------
Summary of changes:
FS/FS/AccessRight.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list