From: ivan Date: Mon, 8 Nov 2010 19:58:39 +0000 (+0000) Subject: "Edit usage" off for new installs to hide the barely-used usage fields, RT#10514 X-Git-Tag: TORRUS_1_0_9~116 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=62c548d9d52eee44d9bcdf911b90078482a4577a;p=freeside.git "Edit usage" off for new installs to hide the barely-used usage fields, RT#10514 --- 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';