diff options
-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'; |