diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:09 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:09 -0700 |
commit | 73a0010272b15b42c19a40f59fd09c74fca2af5c (patch) | |
tree | 804a76a826865d6e810140c81bc0f0323102a3f6 /FS | |
parent | db27e4da24fa49d91215bd8ef7a05895fa58c0f6 (diff) |
freeside inc. web services for address normalizaion and printing, RT#33849
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 1 | ||||
-rw-r--r-- | FS/FS/access_right.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index a24d736ee..7004d7015 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -183,6 +183,7 @@ tie my %rights, 'Tie::IxHash', 'Customer invoice / financial info rights' => [ 'View invoices', 'Resend invoices', #NEWNEW + { rightname=>'Print and mail invoices', desc=>"Print and mail via Freeside's web service", }, ##NEWER than NEWNEWNEW 'Void invoices', 'Unvoid invoices', 'View customer tax exemptions', #yow diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 57f67ded3..59defb72a 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -254,6 +254,7 @@ sub _upgrade_data { # class method 'Add on-the-fly void credit reason' => 'Add on-the-fly void 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 ) { |