summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-15 18:25:45 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-15 18:25:45 -0700
commite585bad2e483c4e4f9c9a52b859309b59cfb9432 (patch)
tree093217f49eab1d1de27a1873108c3a66dc531579 /FS/FS
parent930d3879f02dbd72813c58c7ff63769938a8de6b (diff)
read only access to message templates, RT#1`7477
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/AccessRight.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index 914724cc3..bcf3f64c8 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -330,6 +330,8 @@ tie my %rights, 'Tie::IxHash',
'Edit billing events',
{ rightname=>'Edit global billing events', global=>1 },
+ 'View templates',
+ { rightname=>'View global templates', global=>1 },
'Edit templates',
{ rightname=>'Edit global templates', global=>1 },