X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=90718b20ab8e75bd38bb8cf4379cca2ba7ffe6dc;hb=372217d78892aeae471471f248203a42e75670e8;hp=b051ebdbe4183ffc21193fdce7b3937f1583fbb3;hpb=43b107634433d8ced7b557ffb9fb82743553db1d;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index b051ebdbe..90718b20a 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -108,8 +108,11 @@ tie my %rights, 'Tie::IxHash', 'View customer', #'View Customer | View tickets', 'Edit customer', + 'Edit customer basics', 'Edit customer tags', 'Edit referring customer', + 'Edit customer addresses', + 'Edit customer billing information', 'View customer history', 'Suspend customer', 'Unsuspend customer', @@ -273,6 +276,7 @@ tie my %rights, 'Tie::IxHash', 'Financial reports', { rightname=> 'List inventory', global=>1 }, { rightname=>'View email logs', global=>1 }, + { rightname=>'View system logs' }, 'Download report data', 'Services: Accounts', @@ -396,6 +400,7 @@ sub default_superuser_rights { 'Delete refund', #? 'Edit customer package dates', 'Time queue', + 'Usage: Time worked', 'Redownload resolved batches', 'Raw SQL', 'Configuration download', @@ -404,6 +409,7 @@ sub default_superuser_rights { 'Edit usage', 'Credit card void', 'Echeck void', + 'Edit customer package dates', ); no warnings 'uninitialized';