diff options
author | ivan <ivan> | 2010-11-08 19:58:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-08 19:58:40 +0000 |
commit | dab2f68c5a5fd940bfca389e0a2c8d785f153a2a (patch) | |
tree | cf82d61c86b2d440f4bb5da3c7d5ce4f917fb0dc | |
parent | 42887f9b30cc4d11e28644ff5ea5bcc218ba5264 (diff) |
"Edit usage" off for new installs to hide the barely-used usage fields, RT#10514
-rw-r--r-- | FS/FS/AccessRight.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index e7d77b57b..8dbc22bd5 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -355,6 +355,7 @@ sub default_superuser_rights { 'Configuration download', 'View customers of all agents', 'View/link unlinked services', + 'Edit usage', ); no warnings 'uninitialized'; |