From 62c548d9d52eee44d9bcdf911b90078482a4577a Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Nov 2010 19:58:39 +0000 Subject: [PATCH] "Edit usage" off for new installs to hide the barely-used usage fields, RT#10514 --- FS/FS/AccessRight.pm | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.11.0