diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-26 22:45:32 -0700 |
commit | 2ab62f031f902a03bb4e3c54e7f47a35acffb5e1 (patch) | |
tree | 3f2c89ce0b1ee07756d8af2811565c93d7d72581 /FS | |
parent | 7ec1684c70e24b4b16a903386edd7111212f6212 (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 91793f956..8879500d7 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -184,6 +184,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', 'Delete invoices', diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 121bd4a40..880d6f3d2 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -253,6 +253,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', 'Add on-the-fly credit reason' => 'Add on-the-fly refund reason', + 'Resend invoices' => 'Print and mail invoices', ); # foreach my $old_acl ( keys %onetime ) { |