summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-06 23:11:00 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-06 23:11:00 -0700
commit5b3ee07ca4807250d9e7ab258fa1ef7cb33cfe12 (patch)
treed369f4715bde6d94667a3966c3c62069d9569d3c /FS
parentb18e96a9a39a8ec2cb3298bb1cfcab13622d23ab (diff)
hide the old typeset statements with a non-default (and not added on upgrade) ACL, RT#34078
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/AccessRight.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 956d5d3b2..d40c45ad1 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -194,6 +194,7 @@ tie my %rights, 'Tie::IxHash',
'View customer pending payments', #NEW
'Edit customer pending payments', #NEW
'View customer billing events', #NEW
+ 'View legacy typeset statements', #new, but no need to phase in
],
###
@@ -457,6 +458,7 @@ sub default_superuser_rights {
'Echeck void',
'Void invoices',#people are overusing this when credits are more appropriate
'Backdate credit',
+ 'View legacy typeset statments',
);
no warnings 'uninitialized';