From e9753c2dae9818d475deb9b66f1ee75f0e7d27a2 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 28 Dec 2010 16:21:03 +0000 Subject: [PATCH] better access rights for phone_avail report, part 1, RT10464 --- FS/FS/AccessRight.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index adb4a0667..09ec94825 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -259,6 +259,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 }, ], -- 2.11.0