diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-05-15 18:25:37 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-15 18:25:37 -0700 |
commit | 49fc33db77d202f175a4d8a33e3eab1e52080a4d (patch) | |
tree | 9ce8e9a30a35ac581facf78479d4aee27fe89942 /FS | |
parent | 1ae273f69e5bf2b46c9c5fcd990ad923770ace56 (diff) |
read only access to message templates, RT#1`7477
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 2 |
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 }, |