diff options
author | ivan <ivan> | 2009-02-10 10:35:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-10 10:35:13 +0000 |
commit | ab85518b116ffe93751adbd05ae1412b8a8b2a2e (patch) | |
tree | 9c09a9399206d41225a6b76f32a3779544af9f1e /FS | |
parent | 380a9fc2da2a9b2bad99485a5d7048dc1ac64ca8 (diff) |
quick n' dirty CDR deletion from web interface, RT#4766 / RT#4731
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 bf076f649..fe10572ca 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -221,6 +221,7 @@ tie my %rights, 'Tie::IxHash', { rightname=>'Reprocess batches', global=>1 }, { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now? give em their own ACLs { rightname=>'Export', global=>1 }, + { rightname=> 'Edit rating data', desc=>'Delete CDRs', global=>1 }, #], # ### |