diff options
author | ivan <ivan> | 2010-11-08 19:58:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-08 19:58:39 +0000 |
commit | 62c548d9d52eee44d9bcdf911b90078482a4577a (patch) | |
tree | 144d3ddeaa8d646b45d32f9beddc5a5957427deb | |
parent | 25130cc2e205c1d2c31fc9a14135148b5b2aa835 (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'; |