From 49fc33db77d202f175a4d8a33e3eab1e52080a4d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 15 May 2012 18:25:37 -0700 Subject: read only access to message templates, RT#1`7477 --- FS/FS/AccessRight.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS') 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 }, -- cgit v1.2.1