X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=98cdfcbeb3051fff9dd7bc7de9a5583017ad1c3e;hb=4de19e4303d8d692fb772b0a332be325bab50db3;hp=e7d77b57b567698c72349df1a459b19670270a4e;hpb=f099e0dfa8f438a84d8f1bce36f5e5bda60481e5;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index e7d77b57b..98cdfcbeb 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -143,6 +143,7 @@ tie my %rights, 'Tie::IxHash', 'Add on-the-fly suspend reason', #NEW 'Edit customer package invoice details', #NEW 'Edit customer package comments', #NEW + 'Waive setup fee', #NEW ], ### @@ -151,6 +152,7 @@ tie my %rights, 'Tie::IxHash', 'Customer service rights' => [ 'View customer services', #NEW 'Provision customer service', + 'Bulk provision customer service', 'Recharge customer service', #NEW 'Unprovision customer service', 'Change customer service', #NEWNEW @@ -258,6 +260,7 @@ tie my %rights, 'Tie::IxHash', 'Billing event reports', 'Receivables report', 'Financial reports', + { rightname=> 'List inventory', global=>1 }, #{ rightname => 'List customers of all agents', global=>1 }, ], @@ -355,6 +358,7 @@ sub default_superuser_rights { 'Configuration download', 'View customers of all agents', 'View/link unlinked services', + 'Edit usage', ); no warnings 'uninitialized';