summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-06 23:10:58 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-06 23:10:58 -0700
commit03288b4611b99c583bb5eea0678160f2317a34e3 (patch)
tree1ff4605380b78f21981503c778f8cf1a9ec77f0d
parent0431b7a1654c5eebaa9d8cc5c6b0de8494687e59 (diff)
hide the old typeset statements with a non-default (and not added on upgrade) ACL, RT#34078
-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 1609f085f..0493edd33 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -192,6 +192,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';