diff options
author | levinse <levinse> | 2010-12-28 16:21:04 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 16:21:04 +0000 |
commit | dc29ccde3d063ed43dd74cea76196296b5116cf7 (patch) | |
tree | 9a4e78cf56f5291701abac637f4a62976dae7ab1 | |
parent | 7bafaf1398dd036ec60bb2ea2856f51ca07db574 (diff) |
better access rights for phone_avail report, part 1, RT10464
-rw-r--r-- | FS/FS/AccessRight.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 8dbc22bd5..a265748fc 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -258,6 +258,7 @@ tie my %rights, 'Tie::IxHash', 'Billing event reports', 'Receivables report', 'Financial reports', + { rightname=> 'List inventory', global=>1 }, #{ rightname => 'List customers of all agents', global=>1 }, ], |