X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=eb9974adffe7e34f51f29f74ec0ef5b6194d6b0f;hb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;hp=bcf3f64c80640e5d0f2b3df2b49e5f898d9ed4e3;hpb=49fc33db77d202f175a4d8a33e3eab1e52080a4d;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index bcf3f64c8..eb9974adf 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -111,6 +111,8 @@ tie my %rights, 'Tie::IxHash', 'Edit customer tags', 'Edit referring customer', 'View customer history', + 'Suspend customer', + 'Unsuspend customer', 'Cancel customer', 'Complimentary customer', #aka users-allow_comp 'Merge customer', @@ -256,6 +258,7 @@ tie my %rights, 'Tie::IxHash', 'Reporting/listing rights' => [ 'List customers', 'List all customers', + 'Advanced customer search', 'List zip codes', #NEW 'List invoices', 'List packages', @@ -272,14 +275,17 @@ tie my %rights, 'Tie::IxHash', 'Download report data', 'Services: Accounts', + 'Services: Accounts: Advanced search', 'Services: Domains', 'Services: Certificates', 'Services: Mail forwards', 'Services: Virtual hosting services', 'Services: Wireless broadband services', + 'Services: Wireless broadband services: Advanced search', 'Services: DSLs', 'Services: Dish services', 'Services: Hardware', + 'Services: Hardware: Advanced search', 'Services: Phone numbers', 'Services: PBXs', 'Services: Ports',