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