summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-17 14:21:39 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-17 14:21:39 -0800
commit4e619bb76046bc35f0d7d29ae743b629f2a34030 (patch)
tree5e2bb3e70d5ab8ac93bfe901a027c4d50e0a4dd8 /FS/FS
parentf75a2c2916d103cabea9a89e251f1ed53c77eed9 (diff)
add separate "Edit customer tax exemptions" access right, RT#21416
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/AccessRight.pm1
-rw-r--r--FS/FS/access_right.pm2
2 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index c0bd8d163..bd8a889e2 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -182,6 +182,7 @@ tie my %rights, 'Tie::IxHash',
'Unvoid invoices',
'Delete invoices',
'View customer tax exemptions', #yow
+ 'Edit customer tax exemptions', #NEWNEW
'Add customer tax adjustment', #new, but no need to phase in
'View customer batched payments', #NEW
'View customer pending payments', #NEW
diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm
index 3dd59b9da..18d2695f4 100644
--- a/FS/FS/access_right.pm
+++ b/FS/FS/access_right.pm
@@ -199,6 +199,8 @@ sub _upgrade_data { # class method
'Delete invoices' => 'Void invoices',
'List invoices' => 'List quotations',
'Post credit' => 'Credit line items',
+ #'View customer tax exemptions' => 'Edit customer tax exemptions',
+ 'Edit customer' => 'Edit customer tax exemptions',
'List services' => [ 'Services: Accounts',
'Services: Domains',