diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-05-15 18:25:45 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-15 18:25:45 -0700 |
| commit | e585bad2e483c4e4f9c9a52b859309b59cfb9432 (patch) | |
| tree | 093217f49eab1d1de27a1873108c3a66dc531579 /FS/FS | |
| parent | 930d3879f02dbd72813c58c7ff63769938a8de6b (diff) | |
read only access to message templates, RT#1`7477
Diffstat (limited to 'FS/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 }, |
