diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-06 23:10:57 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-06 23:10:57 -0700 |
commit | 6de4864902314891cfabcd0adae758854114b1c7 (patch) | |
tree | c8b289f2e5f8a43d737ff2dfaa285a7a4b361adf | |
parent | 573a1f97af61acd6d31c70321acbf7bb06bbcebf (diff) |
hide the old typeset statements with a non-default (and not added on upgrade) ACL, RT#34078
-rw-r--r-- | FS/FS/AccessRight.pm | 2 |
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'; |