summaryrefslogtreecommitdiff
path: root/FS/FS/access_right.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-26 22:45:25 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-26 22:45:25 -0700
commit98fb35cce43bc6b7a282f91dd6bfe9c625ad54b8 (patch)
tree873a5e9d0fe225a9554f3744a610084add632655 /FS/FS/access_right.pm
parentcf9f2e6f72b98d3032aab97ad8a916c41878aa57 (diff)
freeside inc. web services for address normalizaion and printing, RT#33849
Diffstat (limited to 'FS/FS/access_right.pm')
-rw-r--r--FS/FS/access_right.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index a17a157..2ea4856 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -256,6 +256,7 @@ sub _upgrade_data { # class method
'Add on-the-fly void credit reason' => 'Add on-the-fly void credit reason',
'_ALL' => 'Employee preference telephony integration',
'Edit customer package dates' => 'Change package start date', #4.x
+ 'Resend invoices' => 'Print and mail invoices',
);
# foreach my $old_acl ( keys %onetime ) {