summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-04 16:28:55 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-04 16:28:55 -0700
commited98fabaf7bc3f2127ca33e465632312bd8815fc (patch)
treed9921b912d4abf93687573ccc875f35d0e6d4232 /FS/FS/AccessRight.pm
parentf715c23517292a11330ab241fb13221fd89ffc37 (diff)
add an ACL to control snom/vonage/etc. employee telephony integration, RT#34839
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 82423d8..95e7aea 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -348,6 +348,12 @@ tie my %rights, 'Tie::IxHash',
###
#'Database access rights' => [
{ rightname=>'Raw SQL', global=>1 }, #NEW
+ #]
+
+ #'Employee preference rights' => [
+ { rightname=>'Employee preference telephony integration' },
+ #]
+
],
###