summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-06-17 03:35:56 +0000
committerivan <ivan>2008-06-17 03:35:56 +0000
commit7153190ee1bfeb6d3ad9e6da270a41a949333a7e (patch)
tree4f3f13115ed182e1d219c136f559eb2fa04a1183 /FS/FS/AccessRight.pm
parent97c8cbe1a7645ecce1192a1c3c20807e428f907c (diff)
finish adding a feature to easily list all email addresses for an agent & send them email
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 13dbd7f..5621a97 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -100,6 +100,7 @@ tie my %rights, 'Tie::IxHash',
'Add customer note', #NEW
'Edit customer note', #NEW
'Bill customer now', #NEW
+ 'Bulk send customer notices', #NEW
],
###
@@ -193,7 +194,7 @@ tie my %rights, 'Tie::IxHash',
###
# report/listing rights...
###
- 'Reprting/listing rights' => [
+ 'Reporting/listing rights' => [
'List customers',
'List zip codes', #NEW
'List invoices',