diff options
author | mark <mark> | 2009-06-17 06:43:08 +0000 |
---|---|---|
committer | mark <mark> | 2009-06-17 06:43:08 +0000 |
commit | 94ff0d1fe71494acad3cb252b1054c2768671c4a (patch) | |
tree | b593e50a7f0772ae8805812852f9205faa646b9b /FS | |
parent | 3a02c437eadd9a39f7e56056ca987a4846650209 (diff) |
Added separate access right for receivables report
Diffstat (limited to 'FS')
-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 e29620dc5..146b9fa4e 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -211,6 +211,7 @@ tie my %rights, 'Tie::IxHash', { rightname=> 'List rating data', desc=>'Usage reports', global=>1 }, 'Billing event reports', + 'Receivables report', 'Financial reports', ], |