add waive setup fee upon package order feature, RT12568
[freeside.git] / FS / FS / AccessRight.pm
index e7d77b5..c3aeb2d 100644 (file)
@@ -143,6 +143,8 @@ tie my %rights, 'Tie::IxHash',
     'Add on-the-fly suspend reason', #NEW
     'Edit customer package invoice details', #NEW
     'Edit customer package comments', #NEW
+    'Qualify service', #NEW
+    'Waive setup fee', #NEW
   ],
   
   ###
@@ -151,6 +153,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 +261,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 +359,7 @@ sub default_superuser_rights {
     'Configuration download',
     'View customers of all agents',
     'View/link unlinked services',
+    'Edit usage',
   );
 
   no warnings 'uninitialized';