X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=92c4d229929faea521222ad9495a2630ba7e1673;hb=29472410e3b882a6a6b74fe48d28db411fe8fcff;hp=1e1b9ead3b73e3e36ae5a8c12a81694b8e6d6042;hpb=8966833a87b9a002c9d72c56832e35b55628dc81;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 1e1b9ead3..92c4d2299 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -108,6 +108,7 @@ tie my %rights, 'Tie::IxHash', 'View customer', #'View Customer | View tickets', 'Edit customer', + 'Edit customer tags', 'Edit referring customer', 'View customer history', 'Cancel customer', @@ -288,6 +289,9 @@ tie my %rights, 'Tie::IxHash', 'Edit billing events', { rightname=>'Edit global billing events', global=>1 }, + 'Edit templates', + { rightname=>'Edit global templates', global=>1 }, + 'Edit inventory', { rightname=>'Edit global inventory', global=>1 },